forked from ytechie/ytechie-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.3 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": "ewalnet-docpad",
"version": "1.0.0",
"description": "Source for www.ewal.net",
"author": "Erv Walter <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ervwalter/ewalnet-docpad.git"
},
"license": "MIT",
"dependencies": {
"taskgroup": "~3.2.4",
"safefs": "~3.0.3",
"coffee-script": "~1.6.3",
"cheerio": "~0.12.3",
"moment": "~2.4.0",
"docpad": "~6.54.2",
"docpad-plugin-marked": "~2.1.1",
"docpad-plugin-eco": "~2.0.2",
"docpad-plugin-less": "~2.2.0",
"docpad-plugin-partials": "~2.8.0",
"docpad-plugin-coffeescript": "~2.2.2",
"docpad-plugin-sitemap": "~2.0.1",
"docpad-plugin-dateurls": "https://github.com/ervwalter/docpad-plugin-dateurls/tarball/compiled",
"docpad-plugin-cleanurls": "https://github.com/ervwalter/docpad-plugin-cleanurls/tarball/compiled",
"docpad-plugin-paged": "https://github.com/ervwalter/docpad-plugin-paged/tarball/compiled",
"docpad-plugin-tagging": "https://github.com/ervwalter/docpad-plugin-tagging/tarball/compiled"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.5.3"
},
"engines": {
"node": "0.10",
"npm": "1.3"
},
"main": "./node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node ./node_modules/docpad/bin/docpad-server"
}
}