thx
Version:
Get a random way to show your gratitude in different languages
41 lines (40 loc) • 703 B
JSON
{
"name": "thx",
"version": "1.2.0",
"description": "Get a random way to show your gratitude in different languages",
"license": "MIT",
"repository": "gillstrom/thx",
"author": {
"name": "Andreas Gillström",
"email": "andreasgillstrom@gmail.com",
"url": "github.com/gillstrom"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"list.json"
],
"keywords": [
"arr",
"array",
"json",
"language",
"list",
"thank",
"thanks",
"thank you",
"thx"
],
"dependencies": {
"unique-random-array": "^1.0.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}