-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.07 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
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "bookmaker-office",
"version": "1.3.0",
"description": "Bookmaker Office Application",
"main": "./dist/index.js",
"scripts": {
"preinstall": "npm i -g gulp typescript",
"prestart": "gulp build",
"start": "cd dist && node index.js",
"test": "node_modules/.bin/mocha dist/test/test.js --timeout 10000 --slow 400 --bail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syarhei/diplome.git"
},
"keywords": [
"node.js",
"express"
],
"author": "Siarhei Murkou",
"license": "ISC",
"bugs": {
"url": "https://github.com/syarhei/diplome/issues"
},
"homepage": "https://github.com/syarhei/diplome#README",
"dependencies": {
"auto-bind": "^1.2.0",
"bcrypt": "^2.0.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"colors": "^1.2.1",
"express": "^4.16.3",
"express-async-wrap": "^1.0.0",
"express-mysql-session": "^1.3.0",
"express-session": "^1.15.6",
"gulp": "^3.9.1",
"gulp-shell": "^0.6.5",
"inversify": "^4.11.1",
"mocha": "^5.0.5",
"mysql2": "^1.5.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.4.1",
"reflect-metadata": "^0.1.12",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"sequelize": "^4.37.1",
"underscore": "^1.8.3",
"uuid": "^3.2.1",
"yargs": "^11.0.0"
},
"devDependencies": {
"@types/bcrypt": "^1.0.0",
"@types/bluebird": "^3.5.20",
"@types/body-parser": "^1.16.8",
"@types/chai": "^4.1.2",
"@types/color": "^3.0.0",
"@types/express": "^4.11.1",
"@types/express-mysql-session": "^1.2.2",
"@types/express-session": "^1.15.8",
"@types/inversify": "^2.0.33",
"@types/mocha": "^5.0.0",
"@types/passport": "^0.4.4",
"@types/passport-local": "^1.0.33",
"@types/request": "^2.47.0",
"@types/request-promise": "^4.1.41",
"@types/sequelize": "^4.27.10",
"@types/underscore": "^1.8.8",
"@types/uuid": "^3.4.3",
"@types/yargs": "^11.0.0",
"gulp-clean": "^0.4.0"
},
"engines": {
"node": "8.9.2"
}
}