-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "msdevshow-docpad",
"version": "1.0.0",
"description": "Source for msdevshow.com",
"author": "Jason Young <jason@ytechie.com>",
"repository": {
"type": "git",
"url": "https://github.com/ytechie/msdevshow"
},
"license": "MIT",
"dependencies": {
"cheerio": "^0.12.4",
"coffee-script": "~1.6.3",
"docpad": "~6.79.4",
"docpad-plugin-cleanurls": "~2.10.0",
"docpad-plugin-coffeescript": "~2.6.0",
"docpad-plugin-eco": "~2.2.1",
"docpad-plugin-marked": "~2.4.0",
"docpad-plugin-partials": "~2.12.0",
"docpad-plugin-sitemap": "~2.4.0",
"moment": "^2.22.2",
"safefs": "~3.0.3",
"taskgroup": "~3.2.4"
},
"devDependencies": {
"docpad-plugin-livereload": "^2.10.0"
},
"engines": {
"node": "0.10",
"npm": "1.3"
},
"main": "./node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node ./node_modules/docpad/bin/docpad-server",
"build": "./build.sh",
"push": "docker login -u ${dockerhub_user} -p ${dockerhub_password} && docker push ytechie/msdevshow"
}
}