forked from iVis-at-Bilkent/cytoscape.js-edge-editing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "cytoscape-edge-bend-editing",
"version": "1.6.1",
"description": "A Cytoscape.js extension enables editing edge bend points",
"main": "cytoscape-edge-bend-editing.js",
"spm": {
"main": "cytoscape-edge-bend-editing.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/iVis-at-Bilkent/cytoscape.js-edge-bend-editing.git"
},
"keywords": [
"cytoscape",
"cyext"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iVis-at-Bilkent/cytoscape.js-edge-bend-editing/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/cytoscape.js-edge-bend-editing",
"devDependencies": {
"browserify": "^11.2.0",
"gulp": "^3.9.1",
"gulp-derequire": "^2.1.0",
"gulp-jshint": "^1.11.2",
"gulp-prompt": "^0.1.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"node-notifier": "^4.3.1",
"run-sequence": "^1.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"peerDependencies": {
"cytoscape": "^2.7.0 || ^3.0.0",
"jquery": "^1.7.0 || ^2.0.0 || ^3.0.0"
}
}