copay/package.json

100 lines
2.5 KiB
JSON
Raw Normal View History

2016-08-10 13:35:40 -07:00
{
"//":"PLEASE! Do not edit this file directly",
"//":" Modify it at app-template/",
2016-08-10 13:39:04 -07:00
"name": "copay",
"description": "A Secure Bitcoin Wallet",
"author": "BitPay",
2016-08-10 13:39:04 -07:00
"version": "2.5.0",
2014-09-29 08:12:38 -07:00
"keywords": [
"wallet",
"copay",
"multisignature",
2015-03-06 07:00:10 -08:00
"bitcoin",
"bitcore"
2014-09-29 08:12:38 -07:00
],
2015-05-26 14:52:54 -07:00
"main": "public/index.html",
"window": {
2016-06-15 06:06:57 -07:00
"title": "Copay - A multisignature bitcoin wallet",
2015-07-27 08:22:51 -07:00
"icon": "./public/img/icons/icon-256.png",
2016-08-10 13:35:40 -07:00
"toolbar": false,
2015-05-28 06:52:33 -07:00
"show": true,
"visible": true,
"resizable": true,
2015-05-28 06:52:33 -07:00
"frame": true,
2016-06-29 09:03:42 -07:00
"width": 800,
2015-05-26 14:52:54 -07:00
"height": 600,
2015-05-28 06:52:33 -07:00
"position": "center",
"fullscreen": false
},
"webkit": {
2015-06-02 12:44:59 -07:00
"page-cache": false,
"java": false,
2015-05-28 06:52:33 -07:00
"plugin": false
2015-05-26 14:52:54 -07:00
},
"dom_storage_quota": 200,
"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": {
2016-07-28 11:11:03 -07:00
"bitcore-wallet-client": "2.11.0",
2016-06-15 09:53:09 -07:00
"coveralls": "^2.11.9",
2015-03-06 07:00:10 -08:00
"express": "^4.11.2",
"fs": "0.0.2",
"shelljs": "^0.3.0"
},
"scripts": {
2016-08-10 13:35:40 -07:00
"preinstall": "bower install && cd app-template && ./apply.js",
"postinstall": "npm run build",
"build": "grunt",
2015-03-06 07:00:10 -08:00
"start": "node app.js",
"test": "./node_modules/.bin/grunt test-coveralls",
"clean": "git clean -dfx"
2015-03-06 07:00:10 -08:00
},
"devDependencies": {
2016-07-28 05:07:29 -07:00
"grunt-angular-gettext": "^2.2.3",
2016-08-10 13:35:40 -07:00
"fs-extra": "^0.30.0",
2016-07-28 05:07:29 -07:00
"grunt-browserify": "^5.0.0",
2016-08-10 13:35:40 -07:00
"grunt-cli": "^1.2.0",
2016-07-28 05:07:29 -07:00
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
2016-08-01 07:12:39 -07:00
"grunt-contrib-watch": "^1.0.0",
2016-07-28 05:07:29 -07:00
"grunt-exec": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-karma-coveralls": "^2.5.4",
2016-07-28 05:36:30 -07:00
"grunt-nw-builder": "^2.0.3",
"grunt-sass": "^1.2.0",
2016-08-10 13:35:40 -07:00
"adm-zip": "^0.4.7",
"angular": "1.4.6",
"angular-mocks": "1.4.10",
"bhttp": "^1.2.1",
"bower": "^1.7.9",
"chai": "^3.5.0",
"cordova": "5.4.1",
"cordova-android": "5.1.1",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-cli": "^1.0.0",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7",
2016-01-11 05:29:45 -08:00
"xcode": "^0.8.2"
}
2014-03-14 13:38:27 -07:00
}