forked from wlads/ceps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.18 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
{
"author": "Talles L <[email protected]>",
"bin": "./bin/ceps.js",
"bugs": {
"url": "https://github.com/codigonosso/ceps/issues"
},
"dependencies": {
"basic-auth": "^1.0.3",
"cheerio": "^0.19.0",
"envvar": "^1.0.0",
"express": "^4.13.1",
"format-unicorn": "^1.1.0",
"from-family": "^1.1.0",
"iconv-lite": "^0.4.11",
"mongodb": "^2.0.36",
"morgan": "^1.6.1",
"prefixed-envvar": "^1.0.2",
"rfile": "^1.0.0",
"sanitize-cep": "^1.1.0",
"text": "git://github.com/requirejs/text",
"unidades-federativas": "^1.0.0"
},
"description": "Brazil's CEP as a service",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
"mocha": "^2.2.5"
},
"directories": {
"lib": "./lib",
"test": "./test"
},
"homepage": "https://github.com/codigonosso/ceps",
"keywords": [
"brazil",
"brasil",
"cep",
"zip",
"endereço",
"address",
"correios"
],
"license": "Fair",
"name": "ceps",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/codigonosso/ceps.git"
},
"scripts": {
"test": "mocha --recursive"
},
"version": "2.3.0"
}