forked from stevemao/love-you
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 2.21 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "love-you",
"version": "1.0.0",
"description": "\"I love you\" in different languages. ",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"love",
"i18n",
"languages"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)",
"license": "MIT",
"devDependencies": {
"cheerio": "^0.20.0",
"ucfirst": "^1.0.0",
"tinyreq": "^2.3.1",
"w-json": "^1.3.1"
},
"dependencies": {
"deffy": "^2.2.1",
"err": "^1.1.1",
"iterate-object": "^1.3.1"
},
"blah": {
"description": [
{
"h2": ":heartbeat: About love :sparkling_heart:"
},
{
"blockquote": "Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs. Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres. And now these three remain: faith, hope and love. But the greatest of these is love. (1 Corinthians 13:4-7, 13—NIV)"
},
"-----",
{
"blockquote": [
"There is but little real, genuine, devoted, pure love. This precious article is very rare. Passion is termed love.",
"",
"True love is a high and holy principle, altogether different in character from that love which is awakened by impulse, and which suddenly dies when severely tested.",
"",
"Love is a plant of heavenly growth, and it must be fostered and nourished. Affectionate hearts, truthful, loving words, will make happy families and exert an elevating influence upon all who come within the sphere of their influence.",
"",
"—Ellen White"
]
},
{ "p": "Keep this principle in its pure form and you will be happy. :blush:" }
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/love-you.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/love-you/issues"
},
"homepage": "https://github.com/IonicaBizau/love-you#readme"
}