ripple-lib

v0.12.9
A JavaScript API for interacting with Ripple in Node.js and the browser

lint

if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/ripple/javascript-style-guide/es6/eslintrc'; fi; eslint --reset -c eslintrc src/*.js

perf

./scripts/perf_test.sh

test

istanbul test _mocha

build

gulp

compile

babel -i runtime -d dist/npm/ src/

coveralls

cat ./coverage/lcov.info | coveralls

prepublish

npm run compile

postinstall

cd node_modules/sjcl; ./configure --with-all --compress=none; make

compile-with-source-maps

babel -i runtime -s -t -d dist/npm/ src/

Metadata

  • Unknown
  • >=0.10.0
  • Unknown
  • released 9/30/2015

Downloads