bitcore-node-zcash/package.json

76 lines
1.7 KiB
JSON
Raw Normal View History

2014-01-06 07:22:39 -08:00
{
2014-01-06 11:12:14 -08:00
"name": "mystery",
"version": "0.0.1",
"private": true,
"author": {
"name": "Ryan X Charles",
"email": "ryan@bitpay.com"
},
"repository": "git://github.com/bitpay/mystery.git",
2014-01-06 12:34:17 -08:00
"contributors": [
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
2014-01-10 11:02:33 -08:00
},
{
"name": "Manuel Araoz",
"email": "manuelaraoz@gmail.com"
2014-01-06 12:34:17 -08:00
}
],
2014-01-06 11:12:14 -08:00
"bugs": {
"url": "https://github.com/bitpay/mystery/issues"
},
"homepage": "https://github.com/bitpay/mystery",
"license": "MIT",
"keywords": [
"mystery",
"secret",
"enigma",
"riddle",
"mystification",
"puzzle",
"conundrum"
],
"engines": {
"node": "*"
},
"scripts": {
2014-01-06 12:34:17 -08:00
"start": "node node_modules/grunt-cli/bin/grunt",
2014-01-06 11:12:14 -08:00
"postinstall": "node node_modules/bower/bin/bower install"
},
"dependencies": {
2014-01-07 11:49:42 -08:00
"async": "*",
2014-01-06 14:02:33 -08:00
"classtool": "*",
2014-01-07 09:12:44 -08:00
"commander": "*",
"bignum": "*",
2014-01-06 11:12:14 -08:00
"express": "~3.4.7",
"jade": "~1.0.2",
"mongoose": "~3.8.3",
"lodash": "~2.4.1",
2014-01-06 11:16:49 -08:00
"bower": "~1.2.8",
2014-01-06 18:50:29 -08:00
"bitcore": "*",
2014-01-06 19:19:12 -08:00
"buffertools": "*",
2014-01-06 12:34:17 -08:00
"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",
2014-01-06 13:38:30 -08:00
"grunt-nodemon": "~0.1.2",
2014-01-06 14:36:47 -08:00
"grunt-mocha-test": "~0.8.1",
"should": "~2.1.1",
2014-01-13 13:13:41 -08:00
"view-helpers": "latest",
2014-01-15 06:30:38 -08:00
"socket.io": "~0.9.16",
"moment": "~2.5.0",
2014-01-15 07:53:44 -08:00
"sinon": "~1.7.3"
2014-01-06 12:34:17 -08:00
},
"devDependencies": {
2014-01-06 13:38:30 -08:00
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-nodemon": "latest",
"grunt-concurrent": "latest",
2014-01-06 14:36:47 -08:00
"grunt-mocha-test": "latest",
"should": "latest"
2014-01-06 11:12:14 -08:00
}
2014-01-06 07:22:39 -08:00
}