-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:dev": "cross-env NODE_PATH=src nodemon --watch src/ src/index.js",
"test:email": "cross-env NODE_PATH=src nodemon --watch src/ src/test_email.js",
"seed": "cross-env NODE_PATH=src node src/seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yaodev778/ICOBackend.git"
},
"author": "yaodev778",
"license": "ISC",
"bugs": {
"url": "https://github.com/yaodev778/ICOBackend/issues"
},
"homepage": "https://github.com/yaodev778/ICOBackend#readme",
"dependencies": {
"async-busboy": "^0.7.0",
"aws-sdk": "^2.315.0",
"bluebird": "^3.5.2",
"cross-env": "^5.2.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"fb": "^2.0.0",
"file-type": "^9.0.0",
"fs": "^0.0.1-security",
"googleapis": "22.2.0",
"joi": "^13.6.0",
"jsonwebtoken": "^8.3.0",
"koa": "^2.5.2",
"koa-bodyparser": "^4.2.1",
"koa-compress": "^3.0.0",
"koa-cors": "^0.0.16",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"moment": "^2.22.2",
"mongoose": "^5.2.9",
"mongoose-double": "^0.0.1",
"multiparty": "^4.2.1",
"node-linked-in": "^0.0.7",
"nodemon": "^1.18.3",
"otplib": "^10.0.1",
"striptags": "^3.1.1"
}
}