copay/package.json

94 lines
2.7 KiB
JSON
Raw Normal View History

2014-03-14 13:38:27 -07:00
{
2014-08-01 11:33:45 -07:00
"name": "copay",
"description": "A multisignature wallet",
"author": "BitPay",
2015-02-09 07:43:27 -08:00
"version": "0.9.7",
2014-09-29 08:12:38 -07:00
"keywords": [
"wallet",
"copay",
"multisignature",
"bitcoin"
],
"main": "app.js",
"id": "jid1-x7bV5evAaI1P9Q",
"homepage": "https://github.com/bitpay/copay",
"license": "MIT",
2014-08-01 11:33:45 -07:00
"repository": {
"url": "git://github.com/bitpay/copay.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/bitpay/copay/issues"
},
"dependencies": {
2014-12-30 06:44:12 -08:00
"browser-request": "git://github.com/matiu/browser-request.git#67200dd4ec133457fb7dc69f005540f92b543f0a",
2014-12-31 10:31:35 -08:00
"cordova": "^4.1.2",
2014-09-05 07:58:02 -07:00
"inherits": "^2.0.1",
2014-10-25 15:57:12 -07:00
"lodash": "^2.4.1",
2014-12-31 10:31:35 -08:00
"moment": "2.6.0",
2014-08-13 15:18:29 -07:00
"optimist": "^0.6.1",
"preconditions": "^1.0.7",
2014-10-21 20:14:48 -07:00
"querystring": "^0.2.0",
2014-12-31 10:31:35 -08:00
"request": "^2.40.0"
2014-08-01 11:33:45 -07:00
},
"scripts": {
"start": "node server.js",
2014-12-02 05:48:57 -08:00
"coverage": "./node_modules/.bin/istanbul cover -x lib/sjcl.js ./node_modules/.bin/_mocha -- --reporter spec test",
2014-08-26 12:08:20 -07:00
"test": "sh test/run.sh",
2014-08-01 11:33:45 -07:00
"dist": "node shell/scripts/dist.js",
"shell": "node shell/scripts/launch.js",
"setup-shell": "node shell/scripts/download-atom-shell.js",
"postinstall": "./node_modules/.bin/grunt"
2014-08-01 11:33:45 -07:00
},
"devDependencies": {
"angular-gravatar": "*",
"async": "^0.9.0",
"bitcore": "git://github.com/bitpay/bitcore.git#e20df2144926dbc20bd468d671e73f8e52bb70c1",
"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",
2014-11-13 05:28:26 -08:00
"express": "^4.10.0",
"github-releases": "^0.2.0",
2014-09-08 11:00:08 -07:00
"grunt": "^0.4.5",
2014-09-08 11:42:55 -07:00
"grunt-angular-gettext": "^0.2.15",
"grunt-browserify": "^2.0.8",
2014-09-08 11:00:08 -07:00
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.5.3",
2015-02-18 09:51:51 -08:00
"grunt-exec": "*",
2014-09-08 11:42:55 -07:00
"grunt-jsdoc": "^0.5.7",
"grunt-markdown": "^0.5.0",
"grunt-mocha-test": "^0.8.2",
2014-09-19 13:33:55 -07:00
"grunt-release": "^0.7.0",
"istanbul": "^0.2.10",
"karma": "^0.12.9",
2014-09-24 21:58:27 -07:00
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.3",
2015-02-18 09:51:51 -08:00
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1",
2014-09-24 21:58:27 -07:00
"karma-mocha": "^0.1.9",
2014-08-01 11:33:45 -07:00
"karma-phantomjs-launcher": "^0.1.4",
2014-09-24 21:58:27 -07:00
"karma-sinon": "^1.0.3",
"load-grunt-tasks": "^0.6.0",
"mocha": "^1.18.2",
"mocha-lcov-reporter": "^0.0.1",
2014-08-14 11:29:59 -07:00
"mock-fs": "^2.3.1",
2014-10-29 19:30:36 -07:00
"node-cryptojs-aes": "^0.4.0",
"request": "^2.40.0",
2014-11-28 05:24:43 -08:00
"shelljs": "^0.3.0",
2014-11-11 10:25:35 -08:00
"sinon": "^1.10.3",
"sjcl": "*",
"socket.io-client": "^1.0.6",
"travis-cov": "^0.2.5",
"uglifyify": "^1.2.3"
}
2014-03-14 13:38:27 -07:00
}