forked from galaxyproject/galaxy-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "galaxy-site",
"version": "0.0.1",
"description": "Galaxy Website",
"main": "index.js",
"license": "AFL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/npm/npm.git"
},
"dependencies": {
"bower": "^1.4.1",
"bower-files": "^3.14.1",
"coffee-script": "^1.10.0",
"handlebars": "^4.0.6",
"lodash": "^4.17.4",
"marked": "^0.3.3",
"metalsmith": "^1.7.0",
"metalsmith-alias": "0.0.2",
"metalsmith-autotoc": "^0.1.3",
"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"
}
}