-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
{
"name": "shelf",
"version": "1.0.0",
"description": "Asset manager",
"main": "shelf.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wastedcode/shelf.git"
},
"author": "Inderpreet Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/wastedcode/shelf/issues"
},
"homepage": "https://github.com/wastedcode/shelf#readme",
"dependencies": {
"connect-flash": "^0.1.1",
"cookie-session": "^2.0.0-alpha.1",
"express": "^4.13.4",
"express-busboy": "^2.4.5",
"express-messages": "^1.0.0",
"fs-extra": "^0.26.5",
"gulp": "^3.9.1",
"gulp-continuous-concat": "^0.1.1",
"gulp-environments": "^0.1.1",
"gulp-live-server": "0.0.29",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "^4.3.5",
"image-size": "^0.4.0",
"jade": "^1.11.0",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"pm2": "^1.0.2",
"randomstring": "^1.1.4"
},
"devDependencies": {}
}