forked from brainstack-sdp/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.82 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
{
"name": "education-api",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://bitbucket.org:educationdepartment/dashboard-api.git"
},
"scripts": {
"start": "node app.js",
"test": "mocha --reporter spec --timeout 5000",
"eslint": "./node_modules/.bin/eslint ."
},
"bugs": {
"url": "https://bitbucket.org/educationdepartment/dashboard-api/issues",
"email": "himanshu.jain@traveldglobe.com"
},
"author": {
"name": "Himanshu Jain",
"email": "himanshu.jain@traveldglobe.com",
"url": "http://twitter.com/hjjainhimanshu"
},
"dependencies": {
"async": "^2.0.0-rc.4",
"bluebird": "^3.4.6",
"body-parser": "^1.15.1",
"bunyan": "^1.8.1",
"compression": "^1.6.2",
"connect": "^3.5.0",
"cookie-parser": "^1.4.3",
"cors": "^2.7.1",
"dotenv": "^2.0.0",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-session": "^1.14.1",
"express-validator": "^2.20.4",
"html-pdf": "^2.2.0",
"joi": "^8.1.0",
"lodash": "^4.12.0",
"lusca": "^1.4.1",
"moment": "^2.15.1",
"mongoose": "^4.4.17",
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"nodemon": "^1.9.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-sequelize": "^0.6.0",
"pug": "^2.0.0-rc.1",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"sequelize": "^3.23.3",
"sequelize-cli": "^2.1.0",
"underscore": "^1.8.3",
"validator": "^5.2.0"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"eslint": "^3.8.1",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.1",
"jshint": "^2.8.0",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
},
"engines": {
"node": ">=4.4.5"
},
"license": "No license"
}