1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "ripple-lib-transactionparser",
- "version": "0.8.2",
- "description": "Parses transaction objects to a higher-level view",
- "license": "ISC",
- "scripts": {
- "test": "NODE_ENV=test ./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- --reporter spec test/*-test.js",
- "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
- "lint": "./node_modules/.bin/eslint -c ./eslintrc Gulpfile.js '**/*.js'"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/ripple/ripple-lib-extensions.git"
- },
- "main": "src/index.js",
- "keywords": [
- "ripple",
- "ripple-lib",
- "ripple-lib-transactionparser"
- ],
- "dependencies": {
- "bignumber.js": "^9.0.0",
- "lodash": "^4.17.15"
- },
- "devDependencies": {
- "assert-diff": "*",
- "coveralls": "^3.0.9",
- "eslint": "6.1.0",
- "gulp": "^4.0.2",
- "gulp-rename": "^1.2.2",
- "gulp-uglify": "^3.0.2",
- "istanbul": "^0.4.5",
- "mocha": "*"
- }
- }
|