bitcore-build-zcash/package.json

40 lines
927 B
JSON
Raw Normal View History

2015-01-09 13:08:56 -08:00
{
"name": "gulp-bitcore",
2015-01-13 14:46:13 -08:00
"version": "0.3.0",
2015-01-09 13:08:56 -08:00
"description": "A helper for common tasks across bitcore modules'",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/bitpay/gulp-bitcore"
},
"keywords": [
"bitcore"
],
"author": "Esteban Ordano",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitpay/gulp-bitcore/issues"
},
"homepage": "https://github.com/bitpay/gulp-bitcore",
"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",
"lodash": "^2.4.1",
"plato": "^1.3.0",
"run-sequence": "^1.0.2"
}
}