-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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": "pakt-server",
"version": "1.0.0",
"description": "Server for Pakt client",
"main": "server.js",
"scripts": {
"test": "mocha spec",
"start": "(mysql.server start; node server.js) &",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/marvelousSarsaparilla/paktServer.git"
},
"author": "Deniz Mekik, Robert Boggs, Taylor Chamberlain, Vincent Pham",
"license": "ISC",
"bugs": {
"url": "https://github.com/marvelousSarsaparilla/paktServer/issues"
},
"homepage": "https://github.com/marvelousSarsaparilla/paktServer#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"mocha": "^2.4.5",
"pre-commit": "^1.1.2",
"supertest": "^1.2.0"
},
"pre-commit": [
"lint"
],
"dependencies": {
"body-parser": "^1.15.0",
"cron": "^1.1.0",
"express": "^4.13.4",
"http": "0.0.0",
"lodash": "^4.6.1",
"morgan": "^1.7.0",
"mysql": "^2.4.2",
"sequelize": "^2.0.6"
}
}