Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyy committed Dec 22, 2013
1 parent 799ae70 commit a3fefc3
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "resors",
"description": "Simply write resources (for express and mongoose)",
"version": "0.1.3",
"author": {
"name": "Etay Peretz",
"email": "[email protected]"
},
"contributors": [
{
"name": "Alon Valadji",
"email": "[email protected]",
"url": "http://www.ronin.co.il"
}
],
"scripts": {
"start": "node example/app"
},
"dependencies": {
"xtend": ""
},
"devDependencies": {
"express": "3.x.x",
"mongoose": "",
"formage-admin": "",
"jade": "",
"nodeunit": ""
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/eyy/resors.git"
"name": "resors",
"description": "Simply write resources (for express and mongoose)",
"version": "0.2.0",
"author": {
"name": "Etay Peretz",
"email": "[email protected]"
},
"contributors": [
{
"name": "Alon Valadji",
"email": "[email protected]",
"url": "http://www.ronin.co.il"
}
}
],
"scripts": {
"start": "node example/app"
},
"dependencies": {
"xtend": ""
},
"devDependencies": {
"express": "3.x.x",
"mongoose": "",
"formage-admin": "",
"jade": "",
"nodeunit": ""
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/eyy/resors.git"
}
}

0 comments on commit a3fefc3

Please sign in to comment.