bitcore-build-zcash/package.json

63 lines
1.4 KiB
JSON
Raw Normal View History

2015-01-09 13:08:56 -08:00
{
2015-01-16 06:32:15 -08:00
"name": "bitcore-build",
2015-01-16 07:30:22 -08:00
"version": "0.4.1",
2015-01-16 06:32:15 -08:00
"description": "A helper for common tasks to build bitcore modules'",
2015-01-09 13:08:56 -08:00
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
2015-01-16 06:32:15 -08:00
"url": "git://github.com/bitpay/bitcore-build"
2015-01-09 13:08:56 -08:00
},
"keywords": [
"bitcore"
],
2015-01-16 06:32:15 -08:00
"contributors": [
{
"name": "Esteban Ordano",
"email": "esteban@bitpay.com"
},
{
"name": "Manuel Araoz",
"email": "maraoz@bitpay.com"
},
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
},
{
"name": "Yemel Jardi",
"email": "yemel@bitpay.com"
}
],
2015-01-09 13:08:56 -08:00
"license": "MIT",
"bugs": {
2015-01-16 06:32:15 -08:00
"url": "https://github.com/bitpay/bitcore-build/issues"
2015-01-09 13:08:56 -08:00
},
2015-01-16 06:32:15 -08:00
"homepage": "https://github.com/bitpay/bitcore-build",
2015-01-09 13:08:56 -08:00
"dependencies": {
"brfs": "^1.2.0",
"browserify": "~6.3.3",
"gulp": "^3.8.10",
2015-01-13 13:53:08 -08:00
"gulp-bump": "^0.1.11",
2015-01-09 13:08:56 -08:00
"gulp-coveralls": "^0.1.3",
2015-01-13 13:53:08 -08:00
"gulp-git": "^0.5.5",
2015-01-09 13:08:56 -08:00
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.10",
"gulp-uglify": "^1.0.2",
"gulp-util": "=3.0.1",
2015-01-15 13:20:40 -08:00
"mocha": "^2.0.1",
"karma": "^0.12.28",
"karma-firefox-launcher": "^0.1.3",
"karma-chrome-launcher": "^0.1.7",
"karma-detect-browsers": "^0.1.3",
"karma-mocha": "^0.1.9",
2015-01-09 13:08:56 -08:00
"lodash": "^2.4.1",
"plato": "^1.3.0",
"run-sequence": "^1.0.2"
}
}