forked from Linkurious/linkurious.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 KB
/
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
37
{
"name": "linkurious",
"version": "1.0.9",
"description": "A Javascript toolkit to speed up the development of graph visualization and interaction applications.",
"homepage": "https://github.com/Linkurious/linkurious.js",
"bugs": "http://github.com/Linkurious/linkurious.js/issues",
"repository": {
"type": "git",
"url": "http://github.com/Linkurious/linkurious.js.git"
},
"license": "MIT",
"main": "build/sigma.require.js",
"dependencies": {
"xlsx": "^0.7.12"
},
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt": "~0.4.5",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.8.0",
"grunt-closure-linter": "~0.1.4",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-concat": "~0.5.1",
"load-grunt-tasks": "~3.1.0",
"grunt-sed": "~0.1.1",
"grunt-zip": "~0.16.2",
"http-server": "~0.8.0"
, "grunt-grunt": "^0.2.3",
"uglify-js": "^2.4.19"
},
"scripts": {
"start": "http-server -p 8000",
"test": "grunt travis",
"build": "grunt build",
"prepublish": "grunt npmPrePublish"
}
}