package.json
{
"name": "scrypt-async",
"version": "1.2.0",
"description": "Fast \"async\" scrypt implementation in JavaScript.",
"main": "scrypt-async.js",
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"devDependencies": {
"chai": "~2.3.0",
"coveralls": "^2.11.2",
"grunt": "0.4.5",
"grunt-browserify": "~3.8.0",
"grunt-contrib-connect": "0.10.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-uglify": "0.9.1",
"grunt-mocha-istanbul": "^2.4.0",
"grunt-mocha-phantomjs": "0.6.1",
"grunt-saucelabs": "8.6.1",
"istanbul": "^0.3.13",
"mocha": "~2.2.4",
"mocha-phantomjs": "~3.5.3",
"phantomjs": "~1.9.16"
},
"repository": {
"type": "git",
"url": "https://github.com/dchest/scrypt-async-js.git"
},
"keywords": [
"crypto",
"cryptography",
"scrypt",
"password"
],
"author": "Dmitry Chestnykh",
"license": "BSD",
"bugs": {
"url": "https://github.com/dchest/scrypt-async-js/issues"
},
"homepage": "https://github.com/dchest/scrypt-async-js"
}