-
-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathpackage.json
67 lines (67 loc) · 1.38 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "dominos",
"payment=disallowed-name": "pizzapi",
"version": "1.0.1",
"description": "node js API for Domino's pizza",
"main": "dominos-pizza-api.js",
"scripts": {
"test": "mocha",
"start":"node example/commandline-pizza/dominos-commandline-pizza.js"
},
"repository": {
"type": "git",
"url": "https://github.com/RIAEvangelist/node-dominos-pizza-api.git"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"Dominos",
"Domino's",
"Pizza",
"API",
"Pie",
"PizzaPI"
],
"author": {
"name": "Brandon Miller",
"email": "[email protected]"
},
"contributors": [
{
"name": "Julian Hartline",
"email": "[email protected]",
"url": "http://www.julianhartline.com"
},
{
"name": "Madeline Cameron",
"email": "[email protected]",
"url": "http://madelinecameron.net"
},
{
"name": "Adrian Sida"
},
{
"name": "Victor Quinn"
},
{
"name": "Matt Cotter"
}
],
"license": "DBAD",
"bugs": {
"url": "https://github.com/RIAEvangelist/node-dominos-pizza-api/issues"
},
"directories": {
"example": "example"
},
"dependencies": {
"request": "^2.50.0"
},
"devDependencies": {
"chai": "^3.0.0",
"colors": "^1.0.3",
"mocha": "^2.2.5"
},
"homepage": "https://github.com/madelinecameron/PizzaPI"
}