-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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": "lunchinator",
"version": "1.0.0",
"description": "Spend too much time deciding where to go eat? This app, built to the specifications of an interview code challenge by ICS, will help you decide.",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "PORT=9999 TESTING=true mocha tests --timeout 4000 --recursive --ignore-leaks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cgood92/lunchinator.git"
},
"engine": "node 6.7.0",
"author": "Clint Goodman",
"license": "ISC",
"bugs": {
"url": "https://github.com/cgood92/lunchinator/issues"
},
"homepage": "https://github.com/cgood92/lunchinator#readme",
"dependencies": {
"array-permutation": "^0.2.0",
"bcrypt": "^0.8.7",
"boom": "^4.2.0",
"csvtojson": "^1.0.3",
"hapi": "^16.0.1",
"hapi-auth-basic": "^4.2.0",
"hapi-authorization": "^3.0.2",
"hapi-swagger": "^7.4.0",
"inert": "^4.0.3",
"joi": "^10.0.2",
"mocha": "^3.2.0",
"moment": "^2.17.1",
"node-schedule": "^1.2.0",
"request": "^2.79.0",
"require-directory": "^2.1.1",
"rewire": "^2.5.2",
"should": "^11.1.1",
"twitter": "^1.5.0",
"vision": "^4.1.1"
}
}