-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.48 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "deveri_backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env nodemon --ignore 'public/js/*' --exec babel-node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SunrinDevri/Devri_backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SunrinDevri/Devri_backend/issues"
},
"homepage": "https://github.com/SunrinDevri/Devri_backend#readme",
"dependencies": {
"@google-cloud/speech": "^0.11.0",
"@google-cloud/storage": "^1.5.1",
"async-request": "^1.2.0",
"axios": "^0.17.1",
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.4",
"cross-env": "^5.1.0",
"debug": "~2.2.0",
"ejs": "~2.5.5",
"express": "^4.13.4",
"googleapis": "^23.0.0",
"moment-timezone": "^0.5.14",
"mongoose": "*",
"morgan": "^1.7.0",
"multer": "^1.3.0",
"node-twitter-korean-text": "^1.0.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"q": "^1.5.1",
"randomstring": "*",
"serve-favicon": "~2.3.0",
"unirest": "^0.5.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1"
}
}