-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "mes-hub",
"version": "1.0.4",
"description": "Mind's Eye Society User integration.",
"scripts": {
"start": "node app.js",
"test": "./test.sh"
},
"author": "Echo Gregor",
"license": "ISC",
"repository": "https://github.com/MindsEyeSociety/mes-user-portal",
"dependencies": {
"bluebird": "^3.3.4",
"body-parser": "^1.13.2",
"bookshelf": "^0.10.2",
"cookie-parser": "~1.4.0",
"cors": "^2.7.1",
"express": "~4.14.0",
"knex": "^0.12.6",
"lodash": "^4.6.1",
"moment": "^2.13.0",
"morgan": "^1.7.0",
"mysql": "^2.10.2",
"passport": "^0.3.2",
"passport-oauth": "^1.0.0",
"querystring": "^0.2.0",
"request": "^2.69.0",
"uuid": "^3.0.1",
"validate.js": "^0.11.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-jscs": "^3.0.1",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0",
"pretty-error": "^2.0.2",
"should": "^11.1.2",
"supertest": "^2.0.1"
}
}