-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 855 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
{
"name": "chilean-formatter",
"version": "2.0.1",
"description": "formateador de rut, verificador de rut y formateador de clp",
"main": "./lib/index.js",
"scripts": {
"build": "babel src --out-dir lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ariverak/chilean-formatter.git"
},
"keywords": [
"javascript",
"rut",
"clp",
"formateador",
"formatter",
"formated",
"format"
],
"author": "ariverak",
"license": "MIT",
"bugs": {
"url": "https://github.com/ariverak/chilean-formatter/issues"
},
"homepage": "https://github.com/ariverak/chilean-formatter#readme",
"devDependencies": {},
"dependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4"
}
}