-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 824 Bytes
/
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
{
"name": "beer-chooser",
"version": "1.0.0",
"description": "Randomly chooses a beer that is currently available at local LCBO (store ID: 511). Never duplicates its selection.",
"main": "app.js",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a 0.0.0.0 -p 8000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rpavlovs/beer-chooser.git"
},
"author": "Roman Pavlovskyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/rpavlovs/beer-chooser/issues"
},
"homepage": "https://github.com/rpavlovs/beer-chooser#readme",
"dependencies": {
"angular": "^1.4.7",
"bower": "^1.5.3",
"firebase": "^2.3.1",
"http-server": "^0.8.5"
}
}