-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
40 lines (40 loc) · 1.08 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
{
"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",
"docpad": "~6.78.1",
"docpad-plugin-cleanurls": "~2.7.0",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-ghpages": "~2.4.3",
"docpad-plugin-grunt": "~2.1.1",
"docpad-plugin-marked": "2.3.0",
"docpad-plugin-moment": "~2.0.2",
"docpad-plugin-rss": "~2.1.3",
"docpad-plugin-services": "~2.6.0",
"enb": "~0.13.2",
"enb-bemxjst": "~1.2.0",
"enb-borschik": "~1.0.4",
"enb-diverse-js": ">=0.1.0",
"enb-modules": "~0.1.2",
"enb-xjst": "~1.1.1",
"grunt": "~0.4.5",
"grunt-contrib-copy": "~0.4.0",
"grunt-shell": "~0.7.0",
"moment": "~2.0.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"
},
"devDependencies": {
"bower": "^1.8.0",
"ym": "^0.1.2"
}
}