forked from jacomyal/sigma.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 951 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
{
"name": "sigma",
"version": "1.0.3",
"description": "A JavaScript library dedicated to graph drawing.",
"homepage": "http://sigmajs.org",
"bugs": "http://github.com/jacomyal/sigma.js/issues",
"repository": {
"type": "git",
"url": "http://github.com/jacomyal/sigma.js.git"
},
"license": "MIT",
"main": "build/sigma.require.js",
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt": "~0.4.5",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.5.1",
"grunt-closure-linter": "~0.1.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-concat": "~0.5.0",
"load-grunt-tasks": "~0.6.0",
"grunt-sed": "~0.1.1",
"grunt-zip": "~0.15.0",
"http-server": "~0.6.1",
"grunt-grunt": "^0.2.2",
"uglify-js": "^2.4.15"
},
"scripts": {
"start": "http-server -p 8000",
"test": "grunt travis",
"build": "grunt build",
"prepublish": "grunt npmPrePublish"
}
}