-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 787 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 787 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
{
"name": "HappyHourGenerator",
"version": "1.0.0",
"description": "Generates happy hours!",
"main": "./bin/start",
"dependencies": {
"assert": "^1.1.2",
"async": "^0.9.0",
"body-parser": "^1.9.0",
"commander": "^2.3.0",
"express": "^4.9.7",
"lodash": "^2.4.1",
"moment": "^2.8.3",
"morgan": "^1.3.2",
"npmlog": "^0.1.1",
"request": "^2.45.0",
"sqlite3": "^3.0.2"
},
"devDependencies": {},
"scripts": {
"test": "find ./ test | xargs mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/apires/HappyHourGenerator.git"
},
"author": "antonio pires",
"bugs": {
"url": "https://github.com/apires/HappyHourGenerator/issues"
},
"homepage": "https://github.com/apires/HappyHourGenerator"
}