-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 979 Bytes
/
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
{
"name": "chise",
"version": "4.0.0",
"description": "SBGNPD editing library",
"main": "chise.js",
"licence": "LGPL-3.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"debug-js": "nodemon -e js --watch src -x \"npm run build-chise-js\"",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/iVis-at-Bilkent/chise.js.git"
},
"bugs": {
"url": "https://github.com/iVis-at-Bilkent/chise.js/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/chise.js/",
"peer-dependencies": {
"jquery": "^3.3.1",
"file-saver": "^2.0.2",
"cytoscape": "iVis-at-Bilkent/cytoscape.js#master",
"sbgnviz": "^7.0.0",
"tippy.js": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"babel-loader": "^8.2.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"lodash.isequal": "^4.5.0"
}
}