copay/package.json

69 lines
2.0 KiB
JSON
Raw Normal View History

2014-03-14 13:38:27 -07:00
{
"name": "copay",
2014-07-03 12:57:07 -07:00
"version": "0.3.1",
2014-03-14 13:38:27 -07:00
"description": "A multisignature wallet",
"repository": {
"type": "git",
"url": "git://github.com/bitpay/copay.git"
2014-03-14 13:38:27 -07:00
},
"keywords": [
"wallet",
"copay",
2014-03-14 13:38:27 -07:00
"multisignature",
"bitcoin"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitpay/copay/issues"
2014-03-14 13:38:27 -07:00
},
"main": "app.js",
2014-04-28 11:12:14 -07:00
"scripts": {
"start": "node server.js",
2014-06-05 09:30:01 -07:00
"test": "node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
2014-06-06 11:23:40 -07:00
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test",
"shell": "node shell/scripts/launch.js",
2014-07-02 11:53:29 -07:00
"setup-shell": "node shell/scripts/download-atom-shell.js",
2014-07-02 17:02:04 -07:00
"chrome": "source browser-extensions/chrome/build.sh",
2014-07-03 06:23:40 -07:00
"firefox": "source browser-extensions/firefox/build.sh",
"dist": "node shell/scripts/dist.js"
2014-04-28 11:12:14 -07:00
},
"homepage": "https://github.com/bitpay/copay",
2014-03-14 13:38:27 -07:00
"devDependencies": {
"async": "0.9.0",
"bitcore": "0.1.25",
"blanket": "1.1.6",
"browser-pack": "2.0.1",
"browserify": "3.32.1",
"buffertools": "2.0.1",
"chai": "1.9.1",
2014-06-18 09:01:50 -07:00
"cli-color": "0.3.2",
"commander": "2.1.0",
"coveralls": "2.10.0",
"express": "4.0.0",
2014-06-18 09:01:50 -07:00
"github-releases": "0.2.0",
"grunt-browserify": "2.0.8",
"grunt-contrib-watch": "0.5.3",
"grunt-markdown": "0.5.0",
"grunt-mocha-test": "0.8.2",
"grunt-shell": "0.6.4",
"istanbul": "0.2.10",
"karma": "0.12.9",
"karma-chrome-launcher": "0.1.3",
"karma-mocha": "0.1.3",
2014-06-18 09:01:50 -07:00
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "1.18.2",
2014-06-05 09:30:01 -07:00
"mocha-lcov-reporter": "0.0.1",
"node-cryptojs-aes": "0.4.0",
"soop": "0.1.5",
"travis-cov": "0.2.5",
2014-06-18 09:01:50 -07:00
"uglifyify": "1.2.3"
2014-06-05 09:30:01 -07:00
},
"dependencies": {
2014-06-17 10:02:39 -07:00
"mocha": "^1.18.2",
2014-06-18 06:09:40 -07:00
"mocha-lcov-reporter": "0.0.1",
"preconditions": "^1.0.7",
"sinon": "1.9.1"
2014-03-14 13:38:27 -07:00
}
}