forked from ging/fiware-idm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.2 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
{
"name": "idm",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"start": "node ./bin/www",
"create_db": "./node_modules/.bin/sequelize --env database db:create",
"migrate_db": "./node_modules/.bin/sequelize --env database db:migrate",
"seed_db": "./node_modules/.bin/sequelize --env database db:seed:all"
},
"dependencies": {
"body-parser": "~1.18.2",
"bootstrap-sass": "3.3.7",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"csurf": "^1.9.0",
"debug": "~2.6.3",
"ejs": "~2.5.7",
"express": "~4.15.2",
"express-force-ssl": "^0.3.2",
"express-partials": "^0.3.0",
"express-session": "^1.15.6",
"gravatar": "^1.6.0",
"http": "0.0.0",
"https": "^1.0.0",
"jimp": "^0.2.28",
"lodash": "^4.17.4",
"method-override": "^2.3.9",
"mmmagic": "^0.4.5",
"morgan": "~1.8.1",
"multer": "^1.3.0",
"mysql2": "^1.4.2",
"node-sass-middleware": "~0.11.0",
"nodemailer": "~4.1.0",
"nodemailer-smtp-transport": "~2.7.4",
"oauth2-server": "git+https://github.com/ging/node-oauth2-server",
"sequelize": "^4.22.0",
"sequelize-cli": "^4.0.0",
"serve-favicon": "~2.4.2"
}
}