-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "northeats-api-interface",
"version": "0.0.1",
"private": true,
"scripts": {
"test": "mocha --recursive test/api",
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive test/api"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "~1.13.2",
"express": "~4.13.1",
"aws-sdk": "2.6.15",
"is-empty-object": "1.1.1",
"faker": "3.1.0",
"dynalite": "1.0.3",
"chai": "3.5.0",
"fs-extra": "1.0.0",
"node-mocks-http": "1.5.4",
"chai-as-promised": "6.0.0",
"eslint": "3.15.0"
},
"description": "Welcome to the NorthEats API",
"main": "src/server.js",
"devDependencies": {
"istanbul": "^0.4.4",
"mocha": "^3.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhvogel/NorthEats-API.git"
},
"author": "NorthEats Engineering",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhvogel/NorthEats-API/issues"
},
"homepage": "https://github.com/dhvogel/NorthEats-API#readme"
}