From dba45d19074ecd3c265ad9df41aae4362f5c90a4 Mon Sep 17 00:00:00 2001 From: F483 Date: Tue, 31 Mar 2015 19:20:58 +0200 Subject: [PATCH] "v0.6.5" --- package.json | 94 ++++++++++++++++++++++++++-------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/package.json b/package.json index 0bd35c2..ff402da 100644 --- a/package.json +++ b/package.json @@ -1,61 +1,61 @@ { - "name": "cc-wallet-core", - "version": "0.6.4", - "description": "", - "author": "Fomichev Kirill ", + "license": "MIT", + "name": "cc-wallet-core", "contributors": [ { - "name": "Henrik Hjelte", + "name": "Henrik Hjelte", "email": "henrik@henrikhjelte.com" - }, + }, { - "name": "Alex Mizrahi", + "name": "Alex Mizrahi", "email": "alex.mizrahi@gmail.com" - }, + }, { - "name": "Fabian Barkhau", + "name": "Fabian Barkhau", "email": "fabian.barkhau@gmail.com" } - ], - "main": "./lib/index.js", - "repository": { - "url": "git://github.com/chromaway/cc-wallet-core.git", - "type": "git" - }, + ], + "author": "Fomichev Kirill ", "bugs": { "url": "https://github.com/chromaway/cc-wallet-core/issues" - }, - "license": "MIT", - "keywords": [], + }, + "repository": { + "url": "git://github.com/chromaway/cc-wallet-core.git", + "type": "git" + }, + "version": "0.6.5", "dependencies": { - "bs58": "2.0.1", - "lodash": "2.4.1", - "errno": "0.1.1", - "blockchainjs": "0.2.0", - "q": "1.1.2", - "buffer-equal": "0.0.1", + "bs58": "2.0.1", + "lodash": "2.4.1", + "errno": "0.1.1", + "blockchainjs": "0.2.0", + "q": "1.1.2", + "buffer-equal": "0.0.1", "coloredcoinjs-lib": "git://github.com/chromaway/coloredcoinjs-lib#v0.3.5" - }, - "devDependencies": { - "bip39": "2.1.0", - "browserify": "9.0.3", - "chai": "1.10.0", - "coveralls": "2.11.2", - "istanbul": "0.3.2", - "jscs": "1.11.3", - "jshint": "2.6.3", - "mocha": "2.1.0", - "uglify": "0.1.1" - }, + }, "scripts": { - "build": "npm run-script compile && npm run-script uglify", - "compile": "browserify lib/index.js -s ccWallet -o ccwallet.js", - "compile_test": "browserify test/*.js >ccwallet.test.js", - "coverage": "istanbul cover _mocha -- test/*.js", - "coveralls": "npm run-script coverage && coveralls ccwallet.test.js", + "compile": "browserify lib/index.js -s ccWallet -o ccwallet.js", + "build": "npm run-script compile && npm run-script uglify", + "clean": "rm -f ccwallet.js ccwallet.min.js ccwallet.test.js", + "test": "istanbul test mocha -- --reporter spec test/*.js", + "uglify": "uglify -s ccwallet.js -o ccwallet.min.js" + }, + "keywords": [], + "devDependencies": { + "coveralls": "2.11.2", + "istanbul": "0.3.2", + "chai": "1.10.0", + "mocha": "2.1.0", + "bip39": "2.1.0", + "jshint": "2.6.3", + "uglify": "0.1.1", + "jscs": "1.11.3", + "browserify": "9.0.3" + }, + "main": "./lib/index.js", + "description": "" +} \ No newline at end of file