-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 967 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
29
30
31
32
33
34
35
{
"name": "rising-tide-tap-list",
"version": "0.0.1",
"description": "Returns a list of beers currently on tap at the Rising Tide Brewery",
"main": "index.js",
"scripts": {
"test": "node_modules/grunt-cafe-mocha/node_modules/mocha/bin/mocha --ui bdd --reporter spec --require should test/index.js"
},
"bin": {
"rising-tide": "./bin/rising-tide"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tleen/rising-tide-tap-list.git"
},
"keywords": [
"beer", "portland", "maine", "rising tide"
],
"author": "Thomas Leen",
"license": "MIT",
"bugs": {
"url": "https://github.com/tleen/rising-tide-tap-list/issues"
},
"homepage": "https://github.com/tleen/rising-tide-tap-list#readme",
"dependencies": {
"cheerio": "0.19.0",
"needle": "0.10.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cafe-mocha": "0.1.13",
"grunt-contrib-jshint": "0.11.3",
"should": "7.1.0"
}
}