-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
44 lines (44 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
{
"name": "cytoscape-expand-collapse",
"version": "4.1.1",
"description": "This extension provides an interface to expand-collapse nodes.",
"main": "cytoscape-expand-collapse.js",
"spm": {
"main": "cytoscape-expand-collapse.js"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"build:dev": "cross-env NODE_ENV=development webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse.git"
},
"keywords": [
"cytoscape",
"cyext"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse",
"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",
"jshint-stylish": "^2.0.1",
"node-notifier": "^4.3.1",
"run-sequence": "^1.1.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2",
"webpack": "^5.36.1",
"webpack-cli": "^4.6.0"
},
"peerDependencies": {
"cytoscape": "^3.3.0"
}
}