forked from NPellet/jsGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 967 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
31
32
33
34
35
36
{
"name": "graphs",
"version": "1.13.3-61",
"scripts": {
"build": "grunt",
"test": "grunt && npm run test-mocha",
"test-mocha": "mocha test/node --require should --reporter mocha-better-spec-reporter"
},
"devDependencies": {
"bower": "^1.3.5",
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.6.7",
"grunt-requirejs": "^0.4.2",
"grunt-sloc": "^0.6.0",
"install": "^0.1.7",
"js-beautify": "^1.5.1",
"jsdom": "^5.6.0",
"mocha": "^2.2.5",
"mocha-better-spec-reporter": "^2.1.1",
"mocha-jsdom": "^1.0.0",
"ncp": "^2.0.0",
"path": "^0.11.14",
"requirejs": "^2.1.18",
"should": "^7.0.2",
"wrench": "^1.5.8"
},
"dependencies": {},
"repository": "NPellet/jsGraph",
"license": "MIT"
}