-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
43 lines (43 loc) · 905 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
40
41
42
43
{
"name": "arg.js",
"version": "1.1.6",
"description": "Utility functions for Argentina-related stuff (banks, IDs, phones, etc.)",
"main": "index.js",
"engines": {
"node": ">=10"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miparnisari/arg.js.git"
},
"keywords": [
"argentina",
"cbu",
"cuit",
"dni",
"phone"
],
"author": "maria ines parnisari",
"license": "ISC",
"bugs": {
"url": "https://github.com/miparnisari/arg.js/issues"
},
"homepage": "https://github.com/miparnisari/arg.js#readme",
"dependencies": {
"google-libphonenumber": "^2.0.19"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-jsdoc3": "^3.0.0",
"gulp-mocha": "^7.0.2",
"jsdoc": "^3.6.3",
"mocha": "^7.1.1",
"should": "^13.2.0"
}
}