forked from fkling/JSNetworkX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 726 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 726 Bytes
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
{
"name": "jsnetworkx",
"version": "0.0.1",
"description": "A port of the Pythong graph library NetworkX. For more info, visit http://networkx.github.com/.",
"keywords": [
"graph",
"science"
],
"homepage": "http://felix-kling.de/JSNetworkX/",
"bugs": "https://github.com/fkling/JSNetworkX/issues",
"author": {
"name": "Felix Kling",
"email": "felix.kling@gmx.net",
"url": "http://felix-kling.de"
},
"files": [
"dist/jsnetworkx-node.js"
],
"main": "dist/jsnetworkx-node.js",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-closure-tools": "~0.7.3",
"grunt-contrib-jasmine": "~0.4.1",
"grunt-contrib-connect": "~0.1.2"
}
}