forked from galaxyproject/galaxy-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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": "galaxy-hub",
"version": "0.0.1",
"description": "Galaxy Community Hub",
"main": "build.js",
"license": "AFL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/galaxyproject/galaxy-hub.git"
},
"dependencies": {
"bower": "^1.4.1",
"bower-files": "^3.14.1",
"handlebars": "^4.0.6",
"lodash": "^4.17.4",
"marked": "^0.3.3",
"metalsmith": "^1.7.0",
"metalsmith-alias": "0.0.2",
"metalsmith-autotoc": "git://github.com/dannon/metalsmith-autotoc.git#cheerio_speedup",
"metalsmith-broken-link-checker": "^0.1.10",
"metalsmith-collections": "^0.7.0",
"metalsmith-filepath": "^1.0.1",
"metalsmith-in-place": "^1.0.1",
"metalsmith-layouts": "^1.6.5",
"metalsmith-less": "^2.0.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metadata": "^0.0.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-serve": "^0.0.3",
"metalsmith-timer": "0.0.2",
"metalsmith-uglify": "^1.0.1",
"minimist": "^1.1.1",
"moment": "^2.10.0",
"pug": "^2.0.0-beta6"
},
"scripts": {
"build": "DEBUG=metalsmith-timer node build.js",
"serve": "DEBUG=metalsmith-timer node build.js --serve",
"check": "DEBUG=metalsmith-timer node build.js --check"
}
}