{ "name": "bip39", "version": "1.0.1", "description": "Bitcoin BIP39: Mnemonic code for generating deterministic keys", "main": "index.js", "scripts": { "test": "mocha --reporter list test/*.js" }, "author": "Wei Lu", "repository": { "type": "git", "url": "https://github.com/weilu/bip39.git" }, "license": "ISC", "dependencies": { "crypto-js": "^3.1.2-2", "require-json-tree": "~1.1.0" }, "devDependencies": { "mocha": "^1.17.1", "brstar": "~0.1.0" }, "browserify": { "transform": [ "brstar" ] }, "brstar": [ "require-json-tree" ] }