copay/package.json

72 lines
1.6 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-05-31 20:51:02 -07:00
"version": "1.0.1",
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": {
"toolbar": false,
2015-05-28 06:52:33 -07:00
"show": true,
"visible": true,
2015-05-26 14:52:54 -07:00
"resizable": false,
2015-05-28 06:52:33 -07:00
"frame": true,
2015-05-26 14:52:54 -07:00
"width": 400,
"height": 600,
2015-05-28 06:52:33 -07:00
"position": "center",
"fullscreen": false
},
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
2015-05-26 14:52:54 -07:00
},
"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": {
2015-03-06 07:00:10 -08:00
"express": "^4.11.2",
"fs": "0.0.2",
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",
2014-09-08 11:00:08 -07:00
"grunt-cli": "^0.1.13",
2015-03-06 07:00:10 -08:00
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.5.3",
2015-03-06 07:00:10 -08:00
"grunt-exec": "^0.4.6",
"grunt-markdown": "^0.5.0",
2014-09-19 13:33:55 -07:00
"grunt-release": "^0.7.0",
2015-03-06 07:00:10 -08:00
"shelljs": "^0.3.0"
},
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/grunt test-coveralls"
},
"devDependencies": {
"angular": "^1.3.14",
"angular-mocks": "^1.3.14",
"grunt-karma": "^0.10.1",
"grunt-karma-coveralls": "^2.5.3",
2015-05-28 06:52:33 -07:00
"grunt-node-webkit-builder": "^1.0.2",
2015-03-06 07:00:10 -08:00
"karma": "^0.12.31",
"karma-cli": "0.0.4",
2015-02-18 09:51:51 -08:00
"karma-coverage": "^0.2.7",
2015-03-06 07:00:10 -08:00
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4"
}
2014-03-14 13:38:27 -07:00
}