Skip to content

Commit

Permalink
Added/corrected info in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phaseOne committed Apr 10, 2012
1 parent 6f88e68 commit ae02e56
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "stylus-blueprint",
"description": "Blueprint css framework ported to stylus",
"version": "0.2.0",
"repository": {
"url": "https://github.com/brianc/stylus-blueprint"
},
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
"main" : "./lib",
"directories": {
"lib": "."
},
"engines": {
"node": "*"
}
}
"name": "stylus-blueprint",
"description": "Blueprint CSS framework ported to Stylus",
"version": "0.2.1",
"repository": "git://github.com/brianc/stylus-blueprint.git",
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
"licenses": [
{ "type": "Modified MIT", "url": "https://raw.github.com/joshuaclayton/blueprint-css/master/LICENSE" }
],
"dependencies": {
"stylus": ">= 0.1.0"
},
"main": "./lib/index.js",
"engines": { "node": "*" },
"keywords": [ "stylus", "blueprint", "framework", "css", "style", "stylesheets" ]
}

0 comments on commit ae02e56

Please sign in to comment.