-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "@intermine/bluegenes-cytoscape-interaction-network-viewer",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "[email protected]:intermine/bluegenes-tool-cytoscape.git"
},
"description": "Visualize gene and protein interaction networks using [cytoscape.js](http://js.cytoscape.org/).",
"homepage": "http://www.intermine.org",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack",
"dev": "./node_modules/.bin/webpack --watch",
"less": "lessc src/style.less dist/style.css --clean-css"
},
"keywords": [
"bluegenes-intermine-tool"
],
"author": "Yo Yehudi",
"license": "LGPL-3.0",
"dependencies": {
"@intermine/cytoscape-intermine": "^1.1.4",
"cytoscape": "^3.18.2",
"es6-promise": "^4.2.8",
"serve": "^9.6.0",
"underscore": "^1.13.1"
},
"devDependencies": {
"html-loader": "^0.5.5",
"imjs": "^3.18.1",
"less": "^3.13.1",
"less-plugin-clean-css": "^1.5.1",
"raw-loader": "^0.5.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}