UNPKG

934 BJSONView Raw
1{
2 "name": "@rbtdev/node-cmd-bcrypt",
3 "version": "0.0.7",
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 "bcryptjs": "^2.4.0",
12 "commander": "^2.9.0"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/rbtdev/node-cmd-bcrypt.git"
17 },
18 "keywords": [
19 "node",
20 "bcrypt",
21 "command-line",
22 "script",
23 "password",
24 "commander"
25 ],
26 "bugs": {
27 "url": "https://github.com/rbtdev/node-cmd-bcrypt/issues"
28 },
29 "homepage": "https://github.com/rbtdev/node-cmd-bcrypt#readme",
30 "devDependencies": {
31 "chai": "^3.5.0",
32 "mocha": "^3.2.0"
33 },
34 "directories": {},
35 "scripts": {
36 "test": "mocha"
37 }
38}