-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "cytoscape-edge-editing",
"version": "5.0.0",
"description": "A Cytoscape.js extension that enables editing edges by adding and modifying anchor points",
"main": "cytoscape-edge-editing.js",
"spm": {
"main": "cytoscape-edge-editing.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production webpack",
"build:dev": "cross-env NODE_ENV=development webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iVis-at-Bilkent/cytoscape.js-edge-editing.git"
},
"keywords": [
"cytoscape",
"cyext"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iVis-at-Bilkent/cytoscape.js-edge-editing/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/cytoscape.js-edge-editing",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"camelcase": "^6.0.0",
"cross-env": "^7.0.2",
"webpack": "^5.36.1",
"webpack-cli": "^4.6.0"
},
"peerDependencies": {
"cytoscape": "^3.3.0",
"konva": "^7.0.3"
}
}