human-readable-ids.js/package.json

37 lignes
890 B
JSON
Brut Vue normale Historique

2014-07-21 15:06:16 +00:00
{
"name": "human-readable-ids",
2017-07-10 17:57:28 +00:00
"version": "1.0.3",
2014-07-21 15:06:16 +00:00
"description": "Generate human-readable ids from lists of easy-to-spell nouns and adjectives",
"main": "index.js",
"dependencies": {
"knuth-shuffle": "^1.0.0"
},
"devDependencies": {},
"scripts": {
2017-07-10 17:54:55 +00:00
"test": "node tests/run-in-node.js",
"prepublish": "node src/generate-lists"
2014-07-21 15:06:16 +00:00
},
"repository": {
"type": "git",
2017-07-10 17:57:21 +00:00
"url": "https://git.daplie.com/Daplie/human-readable-ids-js.git"
2014-07-21 15:06:16 +00:00
},
"keywords": [
"hri",
"human",
"readable",
"ids",
"string",
"english",
"noun",
"adjective",
"nouns",
"adjectives"
],
2017-07-07 23:29:19 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
2014-07-21 15:06:16 +00:00
"license": "Apache2",
"bugs": {
2017-07-10 17:53:48 +00:00
"url": "https://git.daplie.com/Daplie/human-readable-ids-js/issues"
2014-07-21 15:06:16 +00:00
},
2017-07-10 17:53:48 +00:00
"homepage": "https://git.daplie.com/Daplie/human-readable-ids-js#readme"
2014-07-21 15:06:16 +00:00
}