forked from jhonatandarosa/cytoscape.js-supportimages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 973 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
{
"name": "@targetpackage/cytoscape-supportimages",
"version": "1.0.0",
"description": "A plugin that enables support images on the graph.",
"main": "cytoscape-supportimages.js",
"scripts": {
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"publish": "gulp publish"
},
"repository": {
"type": "git",
"url": "https://github.com/cytoscape.js-supportimages.git"
},
"keywords": [
"cytoscape",
"cyext"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cytoscape.js-supportimages/issues"
},
"homepage": "https://github.com/cytoscape.js-supportimages",
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"gulp": "^4.0.2",
"gulp-jshint": "^2.1.0",
"gulp-prompt": "^1.2.0",
"gulp-replace": "^1.1.3",
"gulp-shell": "^0.8.0",
"jshint-stylish": "^2.2.1",
"prettier": "^2.7.1"
}
}