UNPKG

icjs-tx

Version:

An simple module for creating, manipulating and signing irchain transactions

63 lines (62 loc) 1.6 kB
{ "name": "icjs-tx", "version": "0.0.2", "description": "An simple module for creating, manipulating and signing irchain transactions", "main": "dist/index.js", "scripts": { "coverage": "istanbul cover ./test/index.s", "coveralls": "npm run coverage && coveralls <coverage/lcov.info", "lint": "standard", "test:node": "tape ./test/index.js", "build:dist": "babel index.js --source-root ./ -d ./dist", "build:docs": "documentation build index.js -f md > ./docs/index.md && contributor" }, "keywords": [ "irchain", "transactions" ], "author": "IrChain Team <contact@irchain.io>", "license": "MPL-2.0", "dependencies": { "bn.js": "^4.11.0", "icjs-common": "^0.0.1", "icjs-util": "^0.0.1" }, "devDependencies": { "async": "^2.0.0", "babel-cli": "^6.22.2", "babel-preset-env": "^1.6.1", "babel-preset-stage-0": "^6.16.0", "babelify": "^7.3.0", "browserify": "^13.0.0", "contributor": "^0.1.25", "coveralls": "^2.11.4", "documentation": "^8.1.0", "istanbul": "^0.4.1", "minimist": "^1.2.0", "standard": "^11.0.1", "tape": "^4.9.1" }, "repository": { "type": "git", "url": "git+https://github.com/icjs/icjs-tx.git" }, "bugs": { "url": "https://github.com/icjs/icjs-tx/issues" }, "homepage": "https://github.com/icjs/icjs-tx", "standard": { "ignore": [ "dist/**", "dist/**", "package-init.js", "package.js" ] }, "contributors": [], "directories": { "doc": "docs", "example": "examples", "test": "test" } }