-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.5 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
59
60
61
62
63
64
65
{
"name": "iparkmini",
"version": "1.0.0",
"description": "iparkmini app",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test-unit": "jest --coverage --detectOpenHandles --forceExit",
"lint": "./node_modules/.bin/standard",
"lint-fix": "./node_modules/.bin/standard --fix",
"load-csv": "node ./lib/utils/csv"
},
"author": "a.kabakibi",
"license": "MIT",
"engines": {
"node": "8.11.x",
"npm": "6.1.0"
},
"dependencies": {
"JSONStream": "^1.3.4",
"async": "^2.6.1",
"axios": "^0.18.0",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"colors": "^1.3.3",
"cors": "^2.8.4",
"csv-parser": "^2.1.0",
"dotenv": "^6.0.0",
"event-stream": "^3.3.4",
"express": "^4.16.3",
"express-validator": "^5.3.1",
"jest-html-reporter": "^2.4.2",
"moment": "^2.24.0",
"mongoose": "^5.2.9",
"morgan": "^1.9.0",
"pump": "^3.0.0",
"redis": "^2.8.0",
"redis-commands": "^1.3.5",
"socket.io": "^2.1.1",
"split": "^1.0.1",
"winston": "^3.0.0"
},
"devDependencies": {
"jest": "^23.5.0",
"moxios": "^0.4.0",
"standard": "^12.0.1",
"supertest": "^3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AhmadKabakibi/iparkmini.git"
},
"bugs": {
"url": "https://github.com/AhmadKabakibi/iparkmini/issues"
},
"homepage": "https://github.com/AhmadKabakibi/iparkmini#readme",
"standard": {
"ignore": [
""
],
"env": [
"jest"
]
}
}