-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 824 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 824 Bytes
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
{
"name": "cytoscape-css-renderer",
"version": "0.0.1",
"description": "Cytoscape renderer that uses CSS transforms to provide HTML labels.",
"main": "cytoscape-css-renderer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wehriam/cytoscape-css-renderer.git"
},
"keywords": [
"cytoscape",
"cyext"
],
"license": "LGPL3+",
"bugs": {
"url": "https://github.com/wehriam/cytoscape-css-renderer/issues"
},
"homepage": "https://github.com/wehriam/cytoscape-css-renderer",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-jshint": "^1.8.5",
"gulp-prompt": "^0.1.1",
"gulp-replace": "^0.4.0",
"gulp-shell": "*",
"jshint-stylish": "^1.0.0",
"run-sequence": "^1.0.0"
}
}