-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
79 lines (79 loc) · 1.69 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
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "brauhaus",
"version": "1.1.1",
"description": "A javascript library for homebrew beer calculations, both in the browser and on the server",
"homepage": "https://github.com/homebrewing/brauhausjs",
"main": "lib/brauhaus.js",
"ender": "lib/brauhaus.js",
"scripts": {
"prepublish": "gulp compile",
"test": "gulp test",
"compile": "gulp compile",
"coveralls": "gulp coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/homebrewing/brauhausjs"
},
"bugs": {
"url": "https://github.com/homebrewing/brauhausjs/issues"
},
"keywords": [
"beer",
"wine",
"mead",
"homebrew",
"homebrewer",
"homebrewing",
"brew",
"brewer",
"brewing",
"malt",
"sugar",
"hops",
"yeast",
"spice",
"bacteria",
"sour",
"funky",
"ferment",
"fermentable",
"fermenting",
"fermentation",
"calculate",
"calculator",
"calculation",
"recipe",
"instructions",
"javascript",
"coffeescript",
"library",
"lib"
],
"author": {
"name": "Daniel G. Taylor",
"email": "danielgtaylor@gmail.com",
"url": "https://github.com/homebrewing"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "1.x",
"coffee-script": ">=1.6.3 <2",
"gulp": "^3.8.8",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.4.1",
"gulp-coveralls": "^0.1.3",
"gulp-istanbul": "^0.3.1",
"gulp-load-plugins": "^0.6.0",
"gulp-mocha": "^1.1.0",
"gulp-mocha-phantomjs": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"mocha": "~1.15.1"
},
"engines": {
"node": ">=0.6"
}
}