Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Dec 19, 2011
1 parent 6ae8f64 commit de186ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"author": "Tim Oxley <secoif@gmail.com> (https://github.com/secoif)",
"name": "kin",
"description": "Hierarchial Fixture Generator",
"description": "Generate Hierarchial Families of Fixtures",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/groupdock/blueprints.git"
"url": "git://github.com/groupdock/kin.git"
},
"main": "index.js",
"scripts": {
"test": "node tests/examples/kin-examples.js && nodeunit tests"
},
"engines": {
"node": "0.6.x"
"node": "< 0.7.x"
},
"dependencies": {
"async": "~0.1.15",
Expand All @@ -21,8 +21,8 @@
"devDependencies": {
"node-uuid": "~1.3.1",
"Faker": "~0.1.3",
"node-uuid": "~1.3.1",
"mongoose": "~2.4.5",
"nodeunit": "~0.6.4"
}
},
"homepage": "http://dev.groupdock.com/kin/"
}

0 comments on commit de186ab

Please sign in to comment.