-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 991 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
36
37
38
39
{
"name": "lodge",
"version": "0.0.0",
"description": "source for shiftbear.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shiftbear/lodge.git"
},
"author": "jh3y <jh3y@users.noreply.github.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shiftbear/lodge/issues"
},
"homepage": "https://github.com/shiftbear/lodge#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.12.5",
"cssnano": "^3.5.2",
"gaze": "^1.0.0",
"glob": "^7.0.3",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"postcss": "^5.0.19",
"pug": "^2.0.0-alpha6",
"pug-lint": "^2.1.7",
"russ": "^0.9.2",
"stylint": "^1.3.8",
"stylus": "^0.54.5",
"uglify-js": "^2.6.2",
"vinyl-buffer": "^1.0.0",
"vinyl-file": "^2.0.0",
"vinyl-source-stream": "^1.1.0",
"winston": "^2.2.0"
}
}