motivational-quotes
Version:
Motivational quotes, with a simple random function.
20 lines (19 loc) • 451 B
JSON
{
"name": "motivational-quotes",
"version": "1.1.0",
"description": "Motivational quotes, with a simple random function.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"motivational",
"quotes"
],
"author": "Seiko Eleanor <seiko.eleanor@gmail.com>",
"license": "ISC",
"bundleDependencies": false,
"dependencies": {
"unique-random-array": "^1.0.0"
}
}