forked from frontendbabel/frontendbabel.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "frontendbabel",
"version": "0.1.0",
"description": "New DocPad project without using a skeleton",
"engines": {
"node": "0.10",
"npm": "1.3"
},
"dependencies": {
"bower-npm-install": "~0.5.1",
"enb": "~0.13.2",
"enb-xjst": "~1.1.1",
"enb-borschik": "~1.0.4",
"enb-bemxjst": "~1.2.0",
"enb-modules": "~0.1.2",
"enb-diverse-js": ">=0.1.0",
"grunt": "~0.4.5",
"grunt-contrib-copy": "~0.4.0",
"grunt-shell": "~0.7.0",
"docpad": "~6.64.3",
"docpad-plugin-cleanurls": "~2.7.0",
"docpad-plugin-eco": "~2.0.3",
"docpad-plugin-grunt": "~2.1.1",
"docpad-plugin-ghpages": "~2.4.3",
"docpad-plugin-marked": "git://github.com/varya/docpad-plugin-marked.git#compiled",
"docpad-plugin-moment": "~2.0.2",
"docpad-plugin-rss": "~2.1.3",
"docpad-plugin-services": "~2.6.0"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"install": "./node_modules/bower-npm-install/bin/bower-npm-install",
"start": "node_modules/docpad/bin/docpad-server"
}
}