forked from lfreneda/br-address-formatter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 744 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 744 Bytes
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
{
"name": "br-address-formatter",
"version": "1.0.0",
"description": "Uma biblioteca node estupidamente simples para formatar endereços estilo google lindão, manja?",
"main": "lib/index.js",
"scripts": {
"test": "ava --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lfreneda/br-address-formatter.git"
},
"keywords": [
"address",
"formatter",
"endereço",
"br"
],
"author": "Luiz Freneda <lfreneda@gmail.com> (http://www.freneda.com.br)",
"license": "ISC",
"bugs": {
"url": "https://github.com/lfreneda/br-address-formatter/issues"
},
"homepage": "https://github.com/lfreneda/br-address-formatter#readme",
"devDependencies": {
"ava": "3.8.2"
}
}