forked from ytechie/msdevshow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 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
{
"name": "cppcast-docpad",
"version": "1.0.0",
"description": "Source for cppcast.com",
"homepage": "http://cppcast.com",
"author": "Rob Irving <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/robwirving/cppcast"
},
"license": "MIT",
"engines": {
"node": "0.12.x",
"npm": "3.5.x"
},
"dependencies": {
"cheerio": "^0.12.4",
"coffee-script": "~1.6.3",
"docpad": "~6.78.4",
"docpad-plugin-cleanurls": "https://github.com/ervwalter/docpad-plugin-cleanurls/tarball/compiled",
"docpad-plugin-coffeescript": "~2.5.0",
"docpad-plugin-dateurls": "https://github.com/ervwalter/docpad-plugin-dateurls/tarball/compiled",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-marked": "~2.3.0",
"docpad-plugin-partials": "~2.9.2",
"docpad-plugin-sitemap": "~2.2.0",
"moment": "~2.4.0",
"safefs": "~3.0.3",
"taskgroup": "~3.2.4"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.7.1"
},
"main": "./node_modules/docpad/bin/docpad-server"
}