Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
notslang committed Jun 25, 2013
1 parent 730b9a5 commit c9146cb
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
{
"name": "nib",
"description": "Stylus mixins and utilities",
"version": "0.9.1",
"version": "0.9.2",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/nib.git"
},
"dependencies" : {
"dependencies": {
"stylus": "0.31.x"
},
"devDependencies": {
"connect": "1.x"
, "jade": "0.22.0"
, "mocha": "*"
, "should": "*"
, "canvas": "*"
"connect": "1.x",
"jade": "0.22.0",
"mocha": "*",
"should": "*",
"canvas": "*"
},
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "lib/nib.js",
"engines": { "node": "*" },
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha",
"test-server": "node test/server.js"
Expand Down

0 comments on commit c9146cb

Please sign in to comment.