-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 824 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 824 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
35
36
{
"name": "api",
"version": "0.0.3",
"description": "The API server that powers classmere",
"author": "Rutger Farry <rutgerfarry@gmail.com>",
"scripts": {
"start": "node ./bin/www",
"test": "standard && jest --forceExit"
},
"homepage": "http://api.classmere.com",
"repository": {
"type": "git",
"url": "https://github.com/classmere/api"
},
"bugs": {
"url": "https://github.com/classmere/api/issues"
},
"dependencies": {
"body-parser": "*",
"compression": "^1.7.1",
"cors": "^2.7",
"debug": "^2.2",
"express": "^4.16",
"moment": "^2.14",
"mongodb": "^2.2",
"morgan": "^1.9",
"newrelic": "^1.28"
},
"devDependencies": {
"jest": "^22.2",
"standard": "^10.0",
"supertest": "^3.0"
},
"private": true,
"license": "Apache-2.0"
}