Skip to content

Commit

Permalink
"v0.6.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
F483 committed Mar 31, 2015
1 parent f14a5f3 commit dba45d1
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"name": "cc-wallet-core",
"version": "0.6.4",
"description": "",
"author": "Fomichev Kirill <fanatid@ya.ru>",
"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 <fanatid@ya.ru>",
"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 <coverage/lcov.info",
"clean": "rm -f ccwallet.js ccwallet.min.js ccwallet.test.js",
"lint": "jshint lib/*.js lib/**.js test/*.js && jscs lib/*.js lib/**.js test/*.js",
"uglify": "uglify -s ccwallet.js -o ccwallet.min.js",
"test": "istanbul test mocha -- --reporter spec test/*.js"
}
}
"coveralls": "npm run-script coverage && coveralls <coverage/lcov.info",
"coverage": "istanbul cover _mocha -- test/*.js",
"lint": "jshint lib/*.js lib/**.js test/*.js && jscs lib/*.js lib/**.js test/*.js",
"compile_test": "browserify test/*.js >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": ""
}

0 comments on commit dba45d1

Please sign in to comment.