from now on you need to run "grunt shell --target=dev" to build the test version of copay which you can run the mocha browser tests on, which includes packages like sinon and soop.
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "copay",
|
|
"version": "0.1.1",
|
|
"description": "A multisignature wallet",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/bitpay/copay.git"
|
|
},
|
|
"keywords": [
|
|
"wallet",
|
|
"copay",
|
|
"multisignature",
|
|
"bitcoin"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/bitpay/copay/issues"
|
|
},
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"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",
|
|
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test",
|
|
"shell": "node shell/scripts/launch.js",
|
|
"setup-shell": "node shell/scripts/download-atom-shell.js"
|
|
},
|
|
"homepage": "https://github.com/bitpay/copay",
|
|
"devDependencies": {
|
|
"async": "0.9.0",
|
|
"bitcore": "0.1.24",
|
|
"blanket": "1.1.6",
|
|
"browser-pack": "2.0.1",
|
|
"browserify": "3.32.1",
|
|
"buffertools": "2.0.1",
|
|
"chai": "1.9.1",
|
|
"cli-color": "0.3.2",
|
|
"commander": "2.1.0",
|
|
"coveralls": "2.10.0",
|
|
"express": "4.0.0",
|
|
"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",
|
|
"karma-phantomjs-launcher": "^0.1.4",
|
|
"mocha": "1.18.2",
|
|
"mocha-lcov-reporter": "0.0.1",
|
|
"node-cryptojs-aes": "0.4.0",
|
|
"soop": "0.1.5",
|
|
"travis-cov": "0.2.5",
|
|
"uglifyify": "1.2.3"
|
|
},
|
|
"dependencies": {
|
|
"mocha": "^1.18.2",
|
|
"mocha-lcov-reporter": "0.0.1",
|
|
"preconditions": "^1.0.7",
|
|
"sinon": "1.9.1"
|
|
}
|
|
}
|