forked from cytoscape/cytoscape.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 1.91 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "cytoscape",
"version": "2.3.1",
"license": "LGPL-3.0+",
"description": "An open-source JavaScript graph theory (a.k.a. network) library for analysis and visualisation",
"homepage": "http://js.cytoscape.org",
"repository": {
"type": "git",
"url": "https://github.com/cytoscape/cytoscape.js.git"
},
"bugs": {
"url": "https://github.com/cytoscape/cytoscape.js/issues"
},
"author": {
"name": "Max Franz",
"email": "[email protected]",
"url": "http://maxfranz.com"
},
"contributors": [
{
"name": "Christian Lopes",
"email": "[email protected]"
},
{
"name": "Yue Dong",
"email": "[email protected]"
},
{
"name": "Onur Sumer",
"email": "[email protected]"
},
{
"name": "Gerardo Huck",
"email": "[email protected]"
},
{
"name": "Alexandr Truhin (bumbu)",
"email": "[email protected]"
}
],
"keywords": [
"graph",
"graph-theory",
"network",
"node",
"edge",
"vertex",
"link",
"analysis",
"visualisation",
"visualization",
"requirejs",
"amd",
"commonjs",
"node",
"npm",
"nodejs",
"bower",
"jquery"
],
"engines": {
"node": ">=0.6"
},
"main": "dist/cytoscape.js",
"scripts": {},
"devDependencies": {
"chai": "^1.9.0",
"mocha": "^1.17.1",
"gulp-mocha": "^0.4.1",
"gulp": "^3.5.2",
"gulp-tap": "^0.1.1",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.2.0",
"gulp-uglify": "^0.2.1",
"gulp-replace": "^0.2.0",
"gulp-inject": "^0.4.1",
"gulp-zip": "^0.1.2",
"marked": "^0.3.1",
"gulp-htmlmin": "^0.1.2",
"gulp-cssmin": "^0.1.4",
"handlebars": "^1.3.0",
"highlight.js": "^8.0.0",
"gulp-shell": "^0.2.4",
"gulp-jshint": "^1.5.5",
"jshint-stylish": "^0.2.0",
"bluebird": "^2.0.2",
"run-sequence": "^0.3.6",
"jsonlint": "^1.6.2"
}
}