forked from vinitshahdeo/inspirational-quotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 822 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
{
"name": "inspirational-quotes",
"version": "1.0.8",
"description": "A simple NPM Package which returns Inspirational Quotes. Get your daily quote and stay motivated!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}