-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.29 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.29 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "pizzadash",
"version": "1.0.0",
"description": "Order Pizza with Amazon Dash Button",
"main": "app.js",
"dependencies": {
"node-dash-button": "^0.4.0",
"dominos": "^2.0.1",
"prompt": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "sudo node app.js"
},
"repository": {
"type": "git",
"url": "git+https://bhberson@github.com/bhberson/pizzadash.git"
},
"keywords": [
"Dominos",
"Domino's",
"Pizza",
"API",
"Pie",
"PizzaPI",
"Amazon",
"AmazonDash",
"Dash",
"Button"
],
"author": {
"name": "Brody Berson",
"email": "brody.berson@gmail.com",
"url": "http://www.brodyberson.com"
},
"contributors": [
{
"name": "Brandon Miller",
"email": "brandon@diginow.it",
"url": "http://www.diginow.it"
},
{
"name": "Joseph Iaquinto",
"email": "iaquinto.joe@gmail.com",
"url": "http://joeiaquinto.github.io/"
},
{
"name": "Dan Gorman",
"email": "danthemangorman@gmail.com",
"url": "http://dangothemango.github.io/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bhberson/pizzadash/issues"
},
"homepage": "https://github.com/bhberson/pizzadash#readme"
}