-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 889 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "jcink-custom-structure",
"version": "2.0.0",
"description": "A DOM manipulation library specifically designed for the Jcink hosted forum service.",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConnorWiseman/jcink-custom-structure.git"
},
"author": "Connor Wiseman",
"license": "MIT",
"bugs": {
"url": "https://github.com/ConnorWiseman/jcink-custom-structure/issues"
},
"homepage": "https://github.com/ConnorWiseman/jcink-custom-structure#readme",
"devDependencies": {
"browserify-istanbul": "^2.0.0",
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-mocha-phantom-istanbul": "^0.2.1",
"istanbul": "^0.4.2",
"mocha": "^2.4.5"
}
}