forked from phonegap/phonegap-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 979 Bytes
/
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
{
"name": "phonegap-docs",
"version": "0.0.1",
"description": "The official PhoneGap documentation.",
"repository": "[email protected]:phonegap/phonegap-docs.git",
"dependencies": {
"autoprefixer-stylus": "^0.5.0",
"docpad": "~6.78.4",
"docpad-plugin-browsersync": "~2.0.7",
"docpad-plugin-cleanurls": "~2.8.1",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-highlightjs": "~2.3.0",
"docpad-plugin-jade": "~2.10.0",
"docpad-plugin-marked": "~2.3.0",
"docpad-plugin-stylus": "~2.11.0"
},
"devDependencies": {
"fs-extra": "0.18.0",
"jasmine-node": "1.14.5",
"markdownlint-cli": "^0.2.0",
"npm": "2.7.6"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"build": "docpad clean && node scripts/docpad-generate.js",
"build-prod": "NODE_ENV=production npm run build",
"start": "node_modules/docpad/bin/docpad run",
"test": "bundle exec rake test",
"lint": "markdownlint docs"
}
}