-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 868 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
{
"name": "ecuador-postal-codes",
"version": "0.0.7",
"description": "Library with Ecuador postal codes",
"main": "lib/index.js",
"scripts": {
"build": "npm run lint",
"lint": "eslint 'lib/**/*.js' 'test/**/*.js'",
"test": "mocha --reporter spec ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/po5i/ecuador-postal-codes.git"
},
"author": "Carlos Villavicencio",
"license": "MIT",
"bugs": {
"url": "https://github.com/po5i/ecuador-postal-codes/issues"
},
"homepage": "https://github.com/po5i/ecuador-postal-codes#readme",
"engines": {
"node": ">=8.15.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0"
},
"dependencies": {
"ramda": "^0.26.1"
}
}