A generic web based timer to use on your brew day! http://brewtimer.brett.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
563 B

{
"name": "brewtimer",
"version": "0.1.0",
"description": "A brew timer",
"main": "",
"dependencies": {
"clean-css": "~2.0.4",
"jade": "~1.0.1",
"uglify-js": "~2.4.8"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/brettlangdon/brewtimer.git"
},
"keywords": [
"brew",
"timer"
],
"author": "Brett Langdon <brett@blangdon.com> (http://brett.is)",
"license": "MIT",
"readmeFilename": "README.md"
}