-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
56 lines (56 loc) · 1.08 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": "dogfeet.github.com",
"version": "0.9.9",
"description": "dogfeet blog based off Docpad and Twitter's Bootstrap",
"homepage": "https://dogfeet.github.com",
"keywords": [
"dogfeet",
"git",
"scala",
"javascript"
],
"author": {
"name": "Changwoo Park",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Changwoo Park",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Changwoo Park",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/dogfeet/dogfeet.github.com/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/dogfeet/dogfeet.github.com.git"
},
"dependencies": {
"moment" : "latest",
"underscore" : "latest",
"coffee-script" : "latest",
"coffeecup" : "latest",
"highlight.js": "latest",
"docpad-plugin-coffee": "latest",
"docpad-plugin-uglify": "latest",
"docpad-plugin-robotskirt": "latest"
},
"devDependencies": {
},
"engines" : {
"node": ">=0.4.0"
}
}