-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
57 lines (57 loc) · 1.18 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
{
"author": "Glen R. Goodwin (http://www.arei.net)",
"name": "node-untappd",
"keywords": [
"untappd",
"api",
"beer",
"node-untappd",
"untapped",
"brew",
"brewery",
"untapped",
"microbrew",
"micro-brew",
"micro brew",
"craft beer",
"yum",
"drunk",
"drunken",
"trashed",
"lindsey lohan",
"wasted",
"bombed",
"innebriated"
],
"description": "NodeJS API to the Untappd Service",
"version": "0.6.1",
"homepage": "http://github.com/arei/node-untappd",
"bugs": {
"url": "http://github.com/arei/node-untappd/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/arei/node-untappd/blob/master/LICENSE.txt"
}
],
"scripts": {
"test": "./node_modules/.bin/jest",
"test-debug": "node debug --harmony ./node_modules/jest-cli/bin/jest.js --runInBand"
},
"repository": {
"type": "git",
"url": "git://github.com/arei/node-untappd.git"
},
"main": "UntappdClient.js",
"engines": {
"node": ">=0.6.11"
},
"dependencies": {},
"devDependencies": {
"jest": "^19.0.2",
"jest-cli": "^19.0.2",
"sinon": "^2.1.0"
},
"optionalDependencies": {}
}