-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 825 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 825 Bytes
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
{
"name": "Denton-API",
"version": "1.0.0",
"description": "Backend to DentonBot",
"main": "server.js",
"dependencies": {
"body-parser": "^1.12.0",
"express": "^4.11.2",
"md5": "^2.0.0",
"moment": "^2.9.0",
"mongoose": "~3.8.23",
"node-schedule": "^0.6.0",
"pmx": "^0.3.16",
"request": "^2.53.0",
"smite-session": "^0.2.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"should": "^7.1.1",
"supertest": "^1.1.0"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/messyfresh/Denton-API.git"
},
"author": "Scott Nix <messyfresh@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/messyfresh/Denton-API"
}