-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.39 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
50
51
52
53
54
55
56
57
58
{
"name": "lp68-rest-api",
"version": "1.0.0",
"description": "Rest API for Loc phat 68",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node index.js",
"data": "node dev/fixtures.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:tuanth89/lp68-api.git"
},
"keywords": [
"rest",
"api"
],
"author": "TuanTH",
"license": "ISC",
"bugs": {
"url": "https://github.com/tuanth89/lp68-api/issues"
},
"dependencies": {
"async": "^2.6.0",
"await-to-js": "^2.0.1",
"bunyan": "^1.8.12",
"express-unless": "^0.5.0",
"cron-parser": "^2.6.0",
"jsonwebtoken": "^8.2.0",
"lodash": "^4.17.5",
"moment": "^2.22.1",
"mongoose": "^5.0.10",
"mongoose-auto-increment": "^5.0.1",
"mongoose-string-query": "^0.2.5",
"mongoose-timestamp": "^0.6.0",
"mongoose-type-email": "^1.0.5",
"mongoose-validator": "^2.1.0",
"morgan": "^1.9.0",
"npm": "^5.8.0",
"parse-error": "^0.2.0",
"pug": "^2.0.3",
"q": "^1.5.1",
"restify": "^6.4.0",
"restify-api-validation": "^1.4.7",
"restify-cors-middleware": "^1.1.0",
"restify-errors": "^6.0.0",
"restify-plugins": "^1.6.0",
"rotating-file-stream": "^1.3.6",
"ua-parser-js": "^0.7.18",
"xlsx": "^0.14.0"
},
"devDependencies": {
"jest": "^23.2.0",
"mongoose-paginate": "^5.0.3",
"xlsx": "^0.14.0"
}
}