-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
40 lines (40 loc) · 884 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
{
"name": "postal-codes-js",
"version": "2.5.2",
"description": "Postal Codes",
"main": "postal-codes.js",
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec",
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cimpress-MCP/postal-codes-js.git"
},
"author": "Ozan Kaya, Ivan Stanishev",
"bugs": {
"url": "https://github.com/Cimpress-MCP/postal-codes-js/issues"
},
"homepage": "https://github.com/Cimpress-MCP/postal-codes-js#readme",
"dependencies": {
"detect-node": "^2.0.4",
"path": "^0.12.7"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.11",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
"directories": {
"test": "test"
},
"keywords": [
"postal",
"code",
"validation",
"postcode",
"js"
],
"license": "Apache-2.0"
}