-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.23 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "mplexnet",
"description": "A model for Multilayer/Complex Networks",
"version": "0.2.7",
"homepage": "https://github.com/DennisSchwartz/mplexnet",
"author": {
"name": "Dennis Schwartz",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/DennisSchwartz/mplexnet.git"
},
"bugs": {
"url": "https://github.com/DennisSchwartz/mplexnet/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/DennisSchwartz/mplexnet/blob/master/LICENSE"
}
],
"license": "MIT",
"main": "lib/mplexnet.js",
"scripts": {
"test": "mocha",
"build": "mkdirp build && browserify -r ./:mplexnet -o build/net.js",
"build-browser": "npm run build",
"install": "npm run build"
},
"dependencies": {
"babyparse": "^0.4.3",
"backbone": "^1.2.3",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"mkdirp": "0.5.1",
"xmldom": "^0.1.19"
},
"devDependencies": {
"mocha": "^2.3.3",
"browserify": "^11.2.0",
"chai": "^3.3.0",
"watchify": "^3.4.0"
},
"keywords": [
"biojs",
"multilayer networks",
"network",
"multiplex",
"networks",
"biology",
"gmkhsuorlom4n85u"
]
}