-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 903 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "startup-quotes",
"version": "0.0.2",
"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 <[email protected]>",
"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"
}