forked from phylocanvas/phylocanvas-plugin-scalebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "phylocanvas-plugin-scalebar",
"version": "1.1.1",
"description": "Visual scale-bar for Phylocanvas",
"main": "dist/index.js",
"scripts": {
"start": "webpack-dev-server --inline",
"build": "NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhyloCanvas/phylocanvas-plugin-scalebar.git"
},
"keywords": [
"phylocanvas",
"scalebar",
"biojs"
],
"author": "",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/PhyloCanvas/phylocanvas-plugin-scalebar/issues"
},
"homepage": "https://github.com/PhyloCanvas/phylocanvas-plugin-scalebar#readme",
"devDependencies": {
"babel-core": "^6.3.21",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"eslint-config-cgps": "github:imperialcollegelondon/eslint-config-cgps",
"phylocanvas": "^2.6.0",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
},
"files": [
"dist",
"*.md",
"unstyled.js"
]
}