forked from GMOD/jbrowse-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
42
{
"name": "jbrowse-plugin-repo",
"version": "0.1.0",
"description": "Plugin directory for jbrowse",
"main": "index.js",
"scripts": {
"postinstall": "bower install",
"build_api": "node scripts/prepare_api.js > app/api/plugins.json",
"build": "grunt",
"serve": "npm run build_api && npm run build && http-server dist",
"deploy": "grunt gh-pages",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": " "
},
"author": "awilkey",
"license": "BSD-2-Clause",
"dependencies": {
"body-parser": "^1.15.1",
"bower": "^1.7.9",
"ejs": "^2.4.2",
"express": "^4.14.0",
"gulp": "^3.9.1",
"mongoose": "^4.5.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-gh-pages": "^1.1.0",
"grunt-rev": "^0.1.0",
"grunt-usemin": "^3.1.1",
"http-server": "^0.9.0",
"js-yaml": "^3.6.1"
}
}