-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 820 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
{
"name": "venezuela",
"version": "2.0.0",
"description": "Muestra información sobre el territorio Venezolano en tu CLI",
"main": "index.js",
"dependencies": {
"chalk": "^2.3.0",
"commander": "^2.13.0",
"update-notifier": "^0.6.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jobsamuel/venezuela-js.git"
},
"keywords": [
"venezuela",
"geografia",
"mapa",
"ciudades"
],
"author": "Jobsamuel Núñez <jobsamuel.nunez@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jobsamuel/venezuela-js/issues"
},
"homepage": "https://github.com/jobsamuel/venezuela-js#readme",
"bin": {
"venezuela": "cli.js"
}
}