forked from jacomyal/sigma.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 894 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
{
"name": "sigma",
"version": "1.0.2",
"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.4",
"grunt-contrib-qunit": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-closure-linter": "~0.1.4",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-concat": "~0.4.0",
"load-grunt-tasks": "~0.4.0",
"grunt-sed": "~0.1.1",
"grunt-zip": "~0.13.0",
"http-server": "~0.6.1"
},
"scripts": {
"start": "http-server -p 8000",
"test": "grunt travis",
"build": "grunt uglify",
"prepublish": "grunt npmPrePublish"
}
}