Browse Source

add package.json for easily installing build dependencies

gh-pages
Brett Langdon 12 years ago
parent
commit
3183f19664
2 changed files with 27 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +26
    -0
      package.json

+ 1
- 0
.gitignore View File

@ -0,0 +1 @@
node_modules

+ 26
- 0
package.json View File

@ -0,0 +1,26 @@
{
"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"
}

Loading…
Cancel
Save