Skip to content

Commit

Permalink
updating npm package info
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardobort committed Apr 8, 2014
1 parent 4b83574 commit b3d2ae0
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.0.2",
"private": false,
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install",
"start": "node server.js"
},
"dependencies": {
Expand All @@ -18,7 +19,24 @@
"knox": "*",
"sha1": "^1.1.0"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
}
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/gerardobort/mongorilla.git"
},
"keywords": [
"mongodb",
"cms",
"nodejs",
"backbone",
"backbone-forms",
"bootstrap"
],
"author": "Gerardo Bort",
"license": "MIT",
"bugs": {
"url": "https://github.com/gerardobort/mongorilla/issues"
},
"homepage": "https://github.com/gerardobort/mongorilla"
}

0 comments on commit b3d2ae0

Please sign in to comment.