-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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": "mes-prestige",
"version": "1.0.0",
"description": "System to handle prestige for Mind's Eye Society",
"main": "server.js",
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MindsEyeSociety/prestige.git"
},
"author": "Ephraim Gregor",
"license": "MIT",
"bugs": {
"url": "https://github.com/MindsEyeSociety/prestige/issues"
},
"homepage": "https://github.com/MindsEyeSociety/prestige#readme",
"dependencies": {
"bluebird": "^3.4.7",
"bookshelf": "^0.10.3",
"bookshelf-json-columns": "^2.1.0",
"knex": "^0.12.7",
"lodash": "^4.17.4",
"mysql": "^2.13.0",
"request": "^2.79.0",
"validate.js": "^0.11.1"
},
"devDependencies": {
"body-parser": "^1.16.1",
"eslint": "^3.16.1",
"eslint-config-wordpress": "^1.1.0",
"express": "^4.14.1",
"express-partial-response": "^0.3.4",
"mocha": "^3.2.0",
"morgan": "^1.8.1",
"nsp": "^2.6.2",
"pretty-error": "^2.0.2",
"should": "^11.2.0",
"sqlite3": "^3.1.8"
}
}