-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 941 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
{
"name": "drivesense-server",
"version": "0.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"angular-ui-router": "^0.3.1",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.6",
"body-parser": "~1.15.1",
"express": "~4.14.0",
"fs-extra": "~1.0.0",
"jsonwebtoken": "~7.1.9",
"mysql": "~2.12.0",
"passport": "^0.3.2",
"passport-facebook-token": "^3.3.0",
"passport-google-id-token": "^0.4.0",
"passport-jwt": "^2.1.0",
"passport-local": "^1.0.0",
"promise-mysql": "^2.0.0",
"sqlite3": "^3.1.3",
"util": "~0.10.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/kanglei1130/drivesense-server.git"
},
"bugs": {
"url": "https://github.com/kanglei1130/drivesense-server/issues"
}
}