-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "cytoscape-node-editing",
"version": "4.1.1",
"description": "",
"main": "cytoscape-node-editing.js",
"spm": {
"main": "cytoscape-node-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": "https://github.com/iVis-at-Bilkent/cytoscape.js-node-editing.git"
},
"keywords": [
"cytoscape",
"cyext"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iVis-at-Bilkent/cytoscape.js-node-editing/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/cytoscape.js-node-editing",
"peerDependencies": {
"cytoscape": "^3.2.0",
"jquery": "^1.7.0 || ^2.0.0 || ^3.0.0",
"konva": "^7.0.3"
},
"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"
}
}