forked from vinitshahdeo/inspirational-quotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1001 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
{
"name": "inspirational-quotes",
"version": "2.0.1",
"description": "A simple NPM Package which returns Inspirational Quotes. Get your daily quote and stay motivated!",
"main": "lib/index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"test-lint": "eslint . --ext .js, ./examples --ext .js, ./data --ext .json --color"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinitshahdeo/inspirational-quotes.git"
},
"keywords": [
"motivation",
"inspiration",
"quotes",
"captions",
"daily"
],
"author": "Vinit Shahdeo <[email protected]> (http://vinitshahdeo.com)",
"license": "MIT",
"homepage": "https://vinitshahdeo.github.io/inspirational-quotes/",
"bugs": {
"url": "https://github.com/vinitshahdeo/inspirational-quotes/issues"
},
"directories": {
"example": "examples",
"data": "data"
},
"devDependencies": {
"chai": "4.3.4",
"eslint": "6.8.0",
"mocha": "9.1.2"
}
}