forked from anvaka/ngraph.gexf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 744 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 744 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
28
29
30
31
32
33
34
35
{
"name": "ngraph.gexf",
"version": "0.0.9",
"description": "Gephi file parser",
"main": "index.js",
"scripts": {
"testLocal": "zuul --local 31026 -- ./test/*.js",
"testRemote": "zuul -- ./test/*.js",
"test": "tap test/*.js"
},
"keywords": [
"gephi",
"ngraph"
],
"browser": {
"./lib/xmlParser.js": "./lib/browser/xmlParser.js"
},
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/ngraph.gexf"
},
"devDependencies": {
"tap": "~0.4.8",
"mocha": "~1.17.1",
"zuul": "~1.5.1",
"brfs": "0.0.9"
},
"dependencies": {
"libxmljs": "^0.18.0",
"ngraph.events": "0.0.3",
"ngraph.graph": "0.0.12"
}
}