startup-quotes
Version:
Random Startup Quotes for motivating team and entrepreneurs.
42 lines (41 loc) • 903 B
JSON
{
"name": "startup-quotes",
"version": "0.0.3",
"description": "Random Startup Quotes for motivating team and entrepreneurs.",
"main": "index.js",
"bin": {
"startup-quotes": "index.js"
},
"files": [
"index.js",
"quotes.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dev-Dipesh/startup-quotes"
},
"keywords": [
"startup",
"quotes",
"sillicon",
"valley",
"entrepreneurs",
"team",
"founders",
"motivational"
],
"author": "Dipesh Bhardwaj <dipesh@sleeker.co>",
"license": "MIT",
"preferGlobal": true,
"dependencies": {
"yosay": "^1.2.1",
"chalk": "^1.1.3"
},
"bugs": {
"url": "https://github.com/Dev-Dipesh/startup-quotes/issues"
},
"homepage": "https://github.com/Dev-Dipesh/startup-quotes#readme"
}