-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "cytoscape-view-utilities",
"version": "6.0.0",
"description": "Package of view utilities for cytoscape.js",
"main": "cytoscape-view-utilities.js",
"spm": {
"main": "cytopscape-view-utilities.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-view-utilities.git"
},
"keywords": [
"cytoscape",
"cyext"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iVis-at-Bilkent/cytoscape.js-view-utilities/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/cytoscape.js-view-utilities",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"camelcase": "^6.0.0",
"cross-env": "^7.0.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"peerDependencies": {
"cytoscape": "^3.2.0"
},
"dependencies": {
"geometric": "^2.2.3"
}
}