-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 870 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
{
"name": "find-quote",
"version": "1.5.4",
"description": "Find your favorite quote using a search string or simply enjoy a nice one generated randomly.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"keywords": [
"quote",
"quotes",
"find your quote",
"filtered quotes",
"quote and author",
"movie quotes",
"quote finder",
"movies quotes",
"series quotes",
"display quotes",
"rainbow styled output"
],
"bin": {
"find-quote": "./index.js"
},
"author": "Noopur Tiwari <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/naman1303/find-quote"
},
"devDependencies": {
"@types/underscore": "^1.9.4",
"coveralls": "^3.0.9"
},
"dependencies": {
"chalk-animation": "^1.6.0",
"underscore": "^1.9.1"
}
}