-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
38 lines (38 loc) · 934 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "scrypt-async",
"version": "2.0.1",
"description": "Fast \"async\" scrypt implementation in JavaScript.",
"main": "scrypt-async.js",
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"devDependencies": {
"coveralls": "3.0.2",
"grunt": "1.0.3",
"grunt-browserify": "5.3.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-uglify": "4.0.0",
"grunt-mocha-istanbul": "5.0.2",
"grunt-saucelabs": "9.0.0",
"istanbul": "0.4.5",
"mocha": "5.2.0"
},
"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"
}