-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 942 Bytes
/
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
{
"title": "Speedboats & Big Explosions",
"name": "SpeedboatsAndBigExplosions",
"version": "1.2.0",
"private": true,
"description": "The website behind Speedboats & Big Explosions",
"license": "MIT",
"engines": {
"node": "0.10",
"npm": "1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/LoachLabs/SpeedboatsAndBigExplosions.git"
},
"dependencies": {
"docpad-plugin-browserifydocs": "~2.2.0",
"docpad-plugin-cleancss": "~2.1.0",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-ghpages": "~2.4.4",
"docpad-plugin-htmlmin": "~2.4.3",
"docpad-plugin-less": "~2.4.1",
"jquery": "~2.2.4"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.7.1",
"docpad": "~6.78.6"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "docpad run",
"test": "docpad generate",
"deploy": "docpad deploy-ghpages --env static"
}
}