-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 KB
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
{
"name": "casadocodigo",
"version": "1.0.0",
"description": "site da casa do codigo",
"main": "index.js",
"scripts": {
"gulp": "node_modules/.bin/gulp",
"dev": "nodemon --delay 5 dist/index",
"test": "set NODE_ENV=test& mocha"
},
"author": "Tayran",
"license": "ISC",
"dependencies": {
"body-parser": "1.18.2",
"consign": "^0.1.6",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-validator": "4.3.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.2",
"sequelize": "^4.33.3",
"socket.io": "^2.0.4"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/chai-http": "^3.0.4",
"@types/ejs": "2.5.0",
"@types/express": "4.11.1",
"@types/express-validator": "3.0.0",
"@types/mocha": "^2.2.48",
"@types/mysql": "2.15.2",
"@types/sequelize": "^4.27.5",
"@types/socket.io": "^1.4.31",
"@types/supertest": "^2.0.4",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"gulp": "3.9.1",
"gulp-clean": "0.4.0",
"gulp-typescript": "3.2.4",
"mocha": "^5.0.0",
"supertest": "^3.0.0",
"ts-node": "^4.1.0",
"typescript": "2.7.1"
}
}