-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 836 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
37
38
39
{
"name": "dominio",
"version": "1.1.1",
"description": "Verificar se um dominio X esta disponivel no registro.br",
"main": "index.js",
"bin": {
"dominio": "dominio.js"
},
"engines": {
"node": ">=4"
},
"preferGlobal": true,
"keywords": [
"domain",
"registrobr"
],
"scripts": {
"publish": "git add . && git commit -am \"New commit\" && git push origin master && npm publish"
},
"files": [
"dominio.js",
"index.js"
],
"author": {
"name": "Thiago Galvani",
"email": "thiagopaiva99@gmail.com",
"homepage": "https://thiagopaiva99.github.io"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thiagopaiva99/dominios"
},
"license": "MIT",
"dependencies": {
"chalk": "^2.1.0",
"entities": "^1.1.1",
"node-fetch": "^1.7.3"
}
}