refactor build scripts

This commit is contained in:
Matias Alejo Garcia 2016-08-10 17:35:40 -03:00
commit 23f7f56f3f
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
110 changed files with 512 additions and 954 deletions

View file

@ -1,9 +1,12 @@
{
"name": "copay",
"description": "A multisignature bitcoin wallet",
{
"//":"PLEASE! Do not edit this file directly",
"//":" Modify it at app-template/",
"name": "bitpayapp",
"description": "The Bitpay Bitcoin Wallet",
"author": "BitPay",
"version": "2.5.0",
"androidVersionCode": "115",
"version": "0.1.0",
"keywords": [
"wallet",
"copay",
@ -15,6 +18,7 @@
"window": {
"title": "Copay - A multisignature bitcoin wallet",
"icon": "./public/img/icons/icon-256.png",
"toolbar": false,
"show": true,
"visible": true,
"resizable": true,
@ -48,7 +52,7 @@
"shelljs": "^0.3.0"
},
"scripts": {
"preinstall": "bower install",
"preinstall": "bower install && cd app-template && ./apply.js",
"postinstall": "npm run build",
"build": "grunt",
"start": "node app.js",
@ -56,17 +60,10 @@
"clean": "git clean -dfx"
},
"devDependencies": {
"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",
"grunt": "^1.0.1",
"grunt-angular-gettext": "^2.2.3",
"fs-extra": "^0.30.0",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
@ -77,7 +74,14 @@
"grunt-karma-coveralls": "^2.5.4",
"grunt-nw-builder": "^2.0.3",
"grunt-sass": "^1.2.0",
"grunt-string-replace": "^1.2.1",
"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",