package.json updated

This commit is contained in:
Mario Colque 2014-01-06 17:34:17 -03:00
parent f73586d49f
commit cbc7a6773a
1 changed files with 21 additions and 5 deletions

View File

@ -7,10 +7,12 @@
"email": "ryan@bitpay.com" "email": "ryan@bitpay.com"
}, },
"repository": "git://github.com/bitpay/mystery.git", "repository": "git://github.com/bitpay/mystery.git",
"contributors": [{ "contributors": [
{
"name": "Matias Alejo Garcia", "name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com" "email": "ematiu@gmail.com"
}], }
],
"bugs": { "bugs": {
"url": "https://github.com/bitpay/mystery/issues" "url": "https://github.com/bitpay/mystery/issues"
}, },
@ -29,6 +31,7 @@
"node": "*" "node": "*"
}, },
"scripts": { "scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"postinstall": "node node_modules/bower/bin/bower install" "postinstall": "node node_modules/bower/bin/bower install"
}, },
"dependencies": { "dependencies": {
@ -37,6 +40,19 @@
"mongoose": "~3.8.3", "mongoose": "~3.8.3",
"lodash": "~2.4.1", "lodash": "~2.4.1",
"bower": "~1.2.8", "bower": "~1.2.8",
"bitcore": "*" "bitcore": "*",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-env": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-concurrent": "~0.4.2",
"grunt-nodemon": "~0.1.2"
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.8.0",
"grunt-nodemon": "~0.1.2",
"grunt-concurrent": "~0.4.2"
} }
} }