parent
bde9b13b15
commit
db8b38803c
2 changed files with 16 additions and 12 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
Bitcoin library for node.js and browsers.
|
Bitcoin library for node.js and browsers.
|
||||||
|
|
||||||
|
[](https://ci.testling.com/bitcoinjs/bitcoinjs-lib)
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
|
|
27
package.json
27
package.json
|
@ -3,34 +3,37 @@
|
||||||
"version": "0.1.3",
|
"version": "0.1.3",
|
||||||
"description": "Client-side Bitcoin JavaScript library",
|
"description": "Client-side Bitcoin JavaScript library",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bitcoin",
|
"bitcoin",
|
||||||
"browser",
|
"browser",
|
||||||
"client",
|
"client",
|
||||||
"library"
|
"library"
|
||||||
],
|
],
|
||||||
|
|
||||||
"author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)",
|
"author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)",
|
||||||
|
"repository": {
|
||||||
"repository" : {
|
"type": "git",
|
||||||
"type" : "git",
|
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git"
|
||||||
"url" : "https://github.com/bitcoinjs/bitcoinjs-lib.git"
|
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
"devDependencies" : {
|
|
||||||
"mocha": "1.8.1",
|
"mocha": "1.8.1",
|
||||||
"istanbul": "0.1.30",
|
"istanbul": "0.1.30",
|
||||||
"uglify-js": "*",
|
"uglify-js": "*",
|
||||||
"node-browserify": "https://github.com/substack/node-browserify/tarball/master"
|
"node-browserify": "https://github.com/substack/node-browserify/tarball/master"
|
||||||
},
|
},
|
||||||
|
|
||||||
"testling": {
|
"testling": {
|
||||||
"browsers": ["ie/9..latest", "firefox/15..latest", "chrome/22..latest"],
|
"browsers": [
|
||||||
"harness" : "mocha-qunit",
|
"ie/8..latest",
|
||||||
|
"chrome/20..latest",
|
||||||
|
"firefox/10..latest",
|
||||||
|
"safari/latest",
|
||||||
|
"opera/11.0..latest",
|
||||||
|
"iphone/6",
|
||||||
|
"ipad/6",
|
||||||
|
"android-browser/latest"
|
||||||
|
],
|
||||||
|
"harness": "mocha-bdd",
|
||||||
"files": "test/*.js"
|
"files": "test/*.js"
|
||||||
},
|
},
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "istanbul test ./node_modules/.bin/_mocha -- --reporter list test/*.js",
|
"test": "istanbul test ./node_modules/.bin/_mocha -- --reporter list test/*.js",
|
||||||
"compile": "browserify src/index.js -s Bitcoin | uglifyjs > bitcoinjs-min.js"
|
"compile": "browserify src/index.js -s Bitcoin | uglifyjs > bitcoinjs-min.js"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue