live-server/node_modules/unix-crypt-td-js/package.json
2023-12-05 17:03:01 +00:00

29 lines
669 B
JSON

{
"name": "unix-crypt-td-js",
"version": "1.1.4",
"description": "Javascript implementation of the Unix crypt(3) DES-based hash",
"main": "unix-crypt-td.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimDumol/unix-crypt-td-js.git"
},
"keywords": [
"crypt"
],
"author": "Tim Dumol <tim@timdumol.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/TimDumol/unix-crypt-td-js/issues"
},
"homepage": "https://github.com/TimDumol/unix-crypt-td-js#readme",
"devDependencies": {
"mocha": "^6.2.2"
}
}