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