-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 845 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
{
"name": "node-password-hasher",
"version": "1.0.0",
"description": "Every new repl comes with a `.replit` and a `replit.nix` file that let you configure your repl to do just about anything in any language!",
"main": "src/common_js/node-password-hasher-cjs.js",
"scripts": {
"test": "echo \"Success: there was a test\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PixeledLuaWriter/node-password-hasher.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PixeledLuaWriter/node-password-hasher/issues"
},
"homepage": "https://github.com/PixeledLuaWriter/node-password-hasher#readme",
"devDependencies": {
"chalk": "^4.1.2",
"gradient-string": "^2.0.2",
"readline-sync": "^1.4.10",
"tinygradient": "^1.1.5"
}
}