UNPKG

855 BJSONView Raw
1{
2 "name": "@rbtdev/node-cmd-bcrypt",
3 "version": "0.0.8",
4 "description": "A simple bycryptjs based command line password hasher",
5 "author": "Rob Thuleen <rob.thuleen@gmail.com>",
6 "license": "MIT",
7 "bin": {
8 "passwdjs": "./bin/passwdjs.js"
9 },
10 "dependencies": {
11 "async": "^2.1.4",
12 "bcryptjs": "^2.4.0",
13 "commander": "^2.9.0"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/rbtdev/node-cmd-bcrypt.git"
18 },
19 "keywords": [
20 "node",
21 "bcrypt",
22 "command-line",
23 "script",
24 "password",
25 "commander"
26 ],
27 "bugs": {
28 "url": "https://github.com/rbtdev/node-cmd-bcrypt/issues"
29 },
30 "homepage": "https://github.com/rbtdev/node-cmd-bcrypt#readme",
31 "devDependencies": {
32 "chai": "^3.5.0",
33 "mocha": "^3.2.0"
34 },
35 "directories": {},
36 "scripts": {
37 "test": "mocha"
38 }
39}