forked from phonegap/phonegap-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 977 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
32
33
34
{
"name": "phonegap-docs",
"version": "0.1.1",
"description": "The official PhoneGap documentation.",
"repository": "[email protected]:phonegap/phonegap-docs.git",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"autoprefixer-stylus": "^0.5.0",
"docpad": "~6.82.5",
"docpad-plugin-cleanurls": "~2.11.0",
"docpad-plugin-eco": "~2.3.0",
"docpad-plugin-highlightjs": "~2.6.0",
"docpad-plugin-marked": "~2.5.0",
"docpad-plugin-pug": "~2.2.0",
"docpad-plugin-stylus": "~2.14.0",
"jasmine": "^3.3.0",
"npm": "^6.4.1",
"serve": "^10.0.2"
},
"devDependencies": {
"fs-extra": "0.18.0",
"markdownlint-cli": "^0.13.0"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"build": "docpad clean && docpad generate",
"build-prod": "NODE_ENV=production npm run build",
"start": "docpad run",
"test": "bundle exec rake test",
"lint": "markdownlint docs -c .markdownlintrc"
}
}