-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "nodejs",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"alchemy-debugbar": "^0.4.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.2",
"cookie-parser": "^1.4.4",
"curl-request": "^1.1.1",
"db-migrate": "^0.11.6",
"db-migrate-mysql": "^1.1.10",
"debug": "~2.6.9",
"dotenv": "^6.2.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"express-validator": "^5.3.1",
"handlebars": "^4.2.0",
"http-errors": "~1.6.2",
"jsdom": "^15.1.1",
"live-server": "^1.2.0",
"materialize-css": "^1.0.0-rc.2",
"md5": "^2.2.1",
"morgan": "~1.9.0",
"mysql": "^2.17.1",
"mysql2": "^1.7.0",
"node-datetime": "^2.1.2",
"nodemon": "^1.19.2",
"nodetable": "^1.0.2",
"pg": "^6.4.2",
"pg-hstore": "^2.3.2",
"pug": "2.0.0-beta11",
"relation": "^0.1.0",
"sequelize": "^4.44.3",
"sequelize-cli": "^5.5.1",
"sequelize-datatable": "^2.0.0",
"sql-injection": "0.0.6",
"sqlite3": "^4.1.0",
"tedious": "^2.6.4",
"zerorpc": "^0.9.8"
}
}