-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.86 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
57
58
59
60
61
62
63
64
65
66
67
{
"title": "360 Screenings",
"name": "360Screenings",
"repo": "LoachLabs/360Screenings",
"private": true,
"version": "0.0.1",
"description": "Website for 360Screenings.com",
"author": "Rob Loach (http://github.com/robloach)",
"license": {
"type": "MIT"
},
"engines": {
"node": "0.10",
"npm": "1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/LoachLabs/360Screenings.git"
},
"badges": {
"travis": true,
"npm": false,
"david": "LoachLabs/360Screenings",
"daviddev": false,
"gittip": false,
"flattr": false,
"npmdownloads": false
},
"dependencies": {
"docpad": "~6",
"docpad-plugin-associatedfiles": "~2.2.0",
"docpad-plugin-cleancss": "~2.2.0",
"docpad-plugin-cleanurls": "~2.7.0",
"docpad-plugin-ghpages": "~2.4.3",
"docpad-plugin-grunt": "~2.1.1",
"docpad-plugin-imagin": "~2.0.2",
"docpad-plugin-jade": "~2.9.0",
"docpad-plugin-uglify": "~2.4.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.7.0",
"marked": "~0.3.3"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.6.0",
"grunt-cli": "~0.1.13",
"bower": "~1.3.12",
"docpad-plugin-services": "~2.6.0",
"docpad-plugin-redirector": "~2.0.0",
"projectz": "~0.3.17"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/.bin/docpad run",
"staging": "node_modules/.bin/docpad run --env static",
"postinstall": "node_modules/.bin/bower install",
"test": "node_modules/.bin/docpad generate --env static",
"deploy": "node_modules/.bin/docpad deploy-ghpages --env static",
"projectz": "node_modules/.bin/projectz compile"
},
"maintainers": [
"Rob Loach (https://github.com/RobLoach)"
],
"contributors": [],
"bugs": {
"url": "https://github.com/LoachLabs/360Screenings/issues"
}
}