forked from ytechie/msdevshow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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": "cppcast-docpad",
"version": "1.0.0",
"description": "Source for cppcast.com",
"author": "Rob Irving <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/robwirving/cppcast"
},
"license": "MIT",
"dependencies": {
"cheerio": "^0.12.4",
"coffee-script": "~1.6.3",
"docpad": "~6.69.1",
"docpad-plugin-cleanurls": "https://github.com/ervwalter/docpad-plugin-cleanurls/tarball/compiled",
"docpad-plugin-coffeescript": "~2.4.0",
"docpad-plugin-dateurls": "https://github.com/ervwalter/docpad-plugin-dateurls/tarball/compiled",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-marked": "~2.2.1",
"docpad-plugin-nodesass": "~2.4.4",
"docpad-plugin-partials": "~2.9.1",
"docpad-plugin-sitemap": "~2.2.0",
"moment": "~2.4.0",
"safefs": "~3.0.3",
"taskgroup": "~3.2.4"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.6.0"
},
"engines": {
"node": "0.10",
"npm": "1.3"
},
"main": "./node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node ./node_modules/docpad/bin/docpad-server"
}
}