-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.47 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": "nylnook-website",
"version": "0.3.0",
"private": true,
"description": "nylnook website at nylnook.com, based on DocPad",
"homepage": "https://nylnook.art",
"keywords": [
"nylnook",
"docpad",
"website",
"grunt"
],
"author": "Camille Bissuel <[email protected]> (https://www.nylnook.art)",
"maintainers": [
"Camille Bissuel <[email protected]> (https://www.nylnook.art)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (http://balupton.com)",
"Luke Karrys (http://lukekarrys.com)"
],
"bugs": {
"url": "https://github.com/nylnook/nylnook-website/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nylnook/nylnook-website"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"dependencies": {
"docpad": "~6.79.4",
"docpad-plugin-cleanurls": "~2.10.0",
"docpad-plugin-coffeescript": "~2.6.0",
"docpad-plugin-eco": "~2.2.1",
"docpad-plugin-highlightjs": "~2.5.0",
"docpad-plugin-livereload": "~2.9.0",
"docpad-plugin-marked": "~2.4.0",
"docpad-plugin-moment": "~2.0.2",
"docpad-plugin-paged": "~2.5.0",
"docpad-plugin-partials": "~2.12.0",
"docpad-plugin-rss": "~2.3.1",
"docpad-plugin-sitemap": "~2.4.0",
"docpad-plugin-stylus": "~2.13.0",
"express": "3.x",
"moment": "^2.8.3",
"negotiator": "^0.4.3",
"nib": "~1.x"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-css": "^0.5.4"
},
"main": "server.js"
}