-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"author": "author",
"description": "gulp_pack",
"engines": {
"node": ">=0.10.20"
},
"name": "gulp_pack",
"dependencies": {
"LiveScript": "^1.3.1",
"express": "~3.4.8",
"express-session": "^1.12.1",
"google-auth-library": "^0.9.7",
"googleapis": "^2.1.6",
"gulp": "^3.9.0",
"gulp-livescript": "^2.4.1",
"jquery-file-upload-middleware": "^0.1.7",
"livescript": "^1.4.0",
"moment": "^2.10.6",
"mongo-express": "^0.25.0",
"mongodb": "^2.0.48",
"mongoose": "^4.2.5",
"multer": "^1.1.0",
"node-google-api": "^0.3.0",
"password-hash": "^1.2.2",
"q": "^1.4.1",
"raccoon": "^0.2.3",
"redis": "^2.4.2",
"redis-server": "0.0.1",
"request": "^2.67.0",
"sync": "^0.2.5",
"watch": "^0.17.1"
},
"devDependencies": {
"npm": "~1.3.11",
"tmp": "0.0.23"
},
"scripts": {
"start": "node_modules/.bin/gulp --require livescript watch",
"build": "node_modules/.bin/gulp --require livescript build"
},
"version": "0.0.1"
}