forked from Cimpress-MCP/postal-codes-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 857 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 857 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "postal-codes-js",
"version": "0.0.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": {
"path": "^0.12.7"
},
"devDependencies": {
"coveralls": "^2.11.8",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"should": "^8.2.2"
},
"directories": {
"test": "test"
},
"keywords": [
"postal",
"code",
"validation",
"postcode",
"js"
],
"license": "Apache-2.0"
}