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
@@ -1,16 +1,16 @@
{ {
"name": "stylus-blueprint", "name": "stylus-blueprint",
"description": "Blueprint css framework ported to stylus", "description": "Blueprint CSS framework ported to Stylus",
"version": "0.2.0", "version": "0.2.1",
"repository": { "repository": "git://github.com/brianc/stylus-blueprint.git",
"url": "https://github.com/brianc/stylus-blueprint" "author": "Brian Carlson <brian.m.carlson@gmail.com>",
}, "licenses": [
"author": "Brian Carlson <brian.m.carlson@gmail.com>", { "type": "Modified MIT", "url": "https://raw.github.com/joshuaclayton/blueprint-css/master/LICENSE" }
"main" : "./lib", ],
"directories": { "dependencies": {
"lib": "." "stylus": ">= 0.1.0"
}, },
"engines": { "main": "./lib/index.js",
"node": "*" "engines": { "node": "*" },
} "keywords": [ "stylus", "blueprint", "framework", "css", "style", "stylesheets" ]
} }

0 comments on commit ae02e56

Please sign in to comment.