Skip to content

Commit

Permalink
Added some more package info
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Mar 23, 2011
1 parent 36c5c5b commit 336a37e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "buildr",
"version": "0.1.0",
"description": "The JavaScript Project Buildr",
"author": "Benjamin Lupton <b@lupton.cc>",
"version": "0.1.1",
"description": "The JavaScript Project Buildr. Built with Node.js and used by Aloha Editor and History.js",
"homepage": "https://github.com/balupton/buildr",
"keywords": [
"javascript",
"buildr",
Expand All @@ -12,6 +12,11 @@
"minify",
"bundle"
],
"author": {
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"web": "http://balupton.com"
},
"maintainers": [
{
"name": "Benjamin Lupton",
Expand Down Expand Up @@ -46,7 +51,7 @@
"less": ">=0.0.1"
},
"engines" : {
"node": ">=0.1.9"
"node": ">=0.4.0"
},
"directories": {
"lib": "./lib/buildr"
Expand Down

0 comments on commit 336a37e

Please sign in to comment.