-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
eyy
committed
Dec 22, 2013
1 parent
799ae70
commit a3fefc3
Showing
1 changed file
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |