forked from arei/node-untappd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 890 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
{
"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.4.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"
}
],
"repository": {
"type": "git",
"url": "git://github.com/arei/node-untappd.git"
},
"main": "UntappdClient.js",
"engines": {
"node": ">=0.6.11"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
}