-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
40 lines (40 loc) · 1.13 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-context-menus",
"version": "4.2.1",
"description": "A Cytoscape.js extension to provide context menu around elements and core instance.",
"main": "cytoscape-context-menus.js",
"style": "cytoscape-context-menus.css",
"spm": {
"main": "cytoscape-context-menus.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-context-menus.git"
},
"keywords": [
"cytoscape",
"cyext"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iVis-at-Bilkent/cytoscape.js-context-menus/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/cytoscape.js-context-menus",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"babel-loader": "^8.1.0",
"camelcase": "^6.2.0",
"cross-env": "^7.0.2",
"webpack": "^5.36.1",
"webpack-cli": "^4.6.0"
},
"peerDependencies": {
"cytoscape": "^2.7.0 || ^3.0.0"
}
}