forked from cytoscape/cytoscape.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 2.95 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "cytoscape",
"version": "2.6.3",
"license": "MIT",
"description": "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",
"biojs"
],
"engines": {
"node": ">=0.6"
},
"main": "dist/cytoscape.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test",
"sniper": "sniper ."
},
"devDependencies": {
"benchmark": "^1.0.0",
"bluebird": "^2.0.2",
"browserify": "^11.2.0",
"browserify-header": "^0.9.2",
"chai": "^1.9.0",
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-benchmark": "^1.1.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.4",
"gulp-decompress": "^1.0.2",
"gulp-derequire": "^2.1.0",
"gulp-download": "0.0.1",
"gulp-htmlmin": "^0.1.2",
"gulp-inject": "^0.4.1",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.5.5",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.0.1",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.2.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-tap": "^0.1.1",
"gulp-uglify": "^1.4.0",
"gulp-unzip": "^0.1.3",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.0.0",
"handlebars": "^1.3.0",
"highlight.js": "^8.0.0",
"jscs": "^2.1.1",
"jshint-stylish": "^0.2.0",
"jsonlint": "^1.6.2",
"marked": "^0.3.1",
"mocha": "^2.3.2",
"node-notifier": "^4.2.3",
"request": "^2.60.0",
"run-sequence": "^0.3.6",
"sniper": "^0.2.16",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^1.0.0",
"vinyl-paths": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.4.0"
},
"sniper": {
"js": [
"http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js",
"/build/cytoscape.browserify.js"
],
"first": "images"
},
"spm": {
"main": "dist/cytoscape.js"
},
"browser": {
"child_process": false
}
}