forked from GMOD/jbrowse-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 806 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
{
"name": "jbrowse-plugin-repo",
"version": "0.5.0",
"description": "Plugin directory for jbrowse",
"repository": {
"type": "git",
"url": "https://github.com/gmod/jbrowse-registry"
},
"author": "Andrew Wilkey",
"license": "BSD-2-Clause",
"devDependencies": {
"angular": "^1.6.1",
"angular-utils-pagination": "^0.11.1",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gh-pages": "^0.12.0",
"html-loader": "^0.4.4",
"http-server": "^0.9.0",
"js-yaml": "^3.7.0",
"json-loader": "^0.5.4",
"node-sass": "^4.1.1",
"raw-loader": "^0.5.1",
"sass-loader": "^4.1.1",
"spdx-licenses": "0.0.3",
"style-loader": "^0.13.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}