forked from IonicaBizau/birthday
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.27 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.27 KB
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
{
"name": "birthday",
"version": "1.2.10",
"description": "Know when a friend's birthday is coming.",
"main": "lib/index.js",
"bin": {
"birthday": "./bin/birthday"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "[email protected]:IonicaBizau/birthday.git"
},
"keywords": [
"birthday"
],
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
"contributors": [
"Thomas Duerr <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/birthday/issues"
},
"homepage": "https://github.com/IonicaBizau/birthday",
"blah": {
"h_img": "http://i.imgur.com/8jr9txD.png",
"ex_img": "http://i.imgur.com/giMbOtY.png"
},
"dependencies": {
"clp": "^3.0.0",
"bug-killer": "^4.0.0",
"le-table": "^4.0.0",
"moment": "^2.10.3",
"r-json": "^1.0.0",
"ul": "^5.0.0",
"couleurs": "^5.0.0",
"w-json": "^1.0.0"
},
"scripts": {
"test": "./bin/birthday -n 'Barack Obama' -d '4/08/1961';./bin/birthday"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}