-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
38
39
40
41
42
{
"name": "gremlin-sigma",
"version": "1.0.0",
"description": "Manipulate Sigma.js graphs with the Gremlin API",
"main": "index.js",
"scripts": {
"start": "http-server -p 8080"
},
"repository": {
"type": "git",
"url": "https://github.com/gulthor/gremlin-sigma"
},
"keywords": [
"graph",
"graphs",
"gremlin",
"data",
"visualization"
],
"author": "Jean-Baptiste Musso <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gulthor/gremlin-sigma/issues"
},
"homepage": "https://github.com/gulthor/gremlin-sigma",
"dependencies": {
"es6-shim": "^0.19.1",
"gremlin-core-js": "git://github.com/gulthor/gremlin-core-js",
"lazy.js": "^0.3.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"http-server": "^0.7.3",
"sigma": "^1.0.3",
"underscore": "^1.7.0"
}
}