-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.52 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "whyink.com",
"version": "0.0.1",
"description": "",
"keywords": [
"inkwhy",
"whyink"
],
"author": "Inkwhy Inc <[email protected]> (http://inkwhy.com)",
"maintainers": [
"Michael D Mooring <[email protected]> (https://github.com/mikeumus)"
],
"contributors": [
"Michael D Mooring <[email protected]> (https://github.com/mikeumus)"
],
"bugs": {
"url": "https://github.com/inkwhy/whyink.com.git/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/inkwhy/whyink.com.git"
},
"engines": {
"node": "0.10",
"npm": "1.2"
},
"dependencies": {
"docpad": "~6.49.0",
"docpad-plugin-cleanurls": "~2.5.0",
"docpad-plugin-coffeescript": "~2.2.2",
"docpad-plugin-eco": "~2.0.2",
"docpad-plugin-less": "~2.2.0",
"docpad-plugin-marked": "~2.1.1",
"docpad-plugin-partials": "~2.7.2",
"docpad-plugin-related": "~2.0.5",
"docpad-plugin-text": "~2.2.4",
"docpad-plugin-ghpages": "~2.3.0"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.6.0",
"docpad-plugin-related": "~2.2.2",
"docpad-plugin-marked": "~2.2.0",
"docpad-plugin-ghpages": "~2.4.3",
"docpad-plugin-cleanurls": "~2.7.0",
"docpad-plugin-partials": "~2.8.1",
"docpad-plugin-text": "~2.3.2",
"docpad-plugin-coffeescript": "~2.3.0",
"docpad-plugin-eco": "~2.0.3",
"docpad": "~6.63.3",
"docpad-plugin-less": "~2.4.1"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
}
}