{ "name": "js-bigchaindb-quickstart", "version": "0.0.1", "description": "Some quickstarting for BigchainDB with JavaScript (node + browser)", "repository": { "type": "git", "url": "git+https://github.com/sohkai/js-bigchaindb-quickstart.git" }, "license": "¯\\_(ツ)_/¯", "author": "BigchainDB", "main": "index.js", "scripts": { "lint": "eslint ./", "build": "npm run clean && npm run build:bundle && npm run build:cjs && npm run build:dist", "build:bundle": "webpack", "build:cjs": "cross-env BABEL_ENV=cjs babel index.js -d dist/node", "build:dist": "cross-env NODE_ENV=production webpack -p", "clean": "rimraf dist/bundle dist/node", "test": "echo \"Error: no test specified AWWWW YEAHHH\" && exit 1" }, "devDependencies": { "babel-cli": "^6.22.2", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.10", "babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.22.0", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-latest": "^6.22.0", "babel-runtime": "^6.22.0", "cross-env": "^3.1.4", "eslint": "^3.14.1", "eslint-config-ascribe": "^3.0.1", "eslint-plugin-import": "^2.2.0", "rimraf": "^2.5.4", "webpack": "^2.2.1" }, "dependencies": { "bs58": "^4.0.0", "buffer": "^5.0.2", "clone": "^2.1.0", "core-js": "^2.4.1", "es6-promise": "^4.0.5", "five-bells-condition": "=3.3.1", "isomorphic-fetch": "^2.2.1", "js-sha3": "^0.5.7", "js-utility-belt": "^1.5.0", "json-stable-stringify": "^1.0.1", "tweetnacl": "^0.14.5" }, "keywords": [ "bigchaindb", "cryptoconditions" ] }