forked from Cimpress-MCP/postal-codes-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 KB
/
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
44
45
46
47
{
"name": "postal-codes-js",
"version": "1.0.0",
"description": "Postal Codes",
"main": "dist/index.js",
"scripts": {
"build": "webpack index.js --mode production",
"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.3",
"json-loader": "^0.5.7",
"path": "^0.12.7"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.4",
"babel-preset-env": "1.6.1",
"chai": "^4.1.2",
"coveralls": "^2.11.8",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
},
"directories": {
"test": "test"
},
"keywords": [
"postal",
"code",
"validation",
"postcode",
"js"
],
"license": "Apache-2.0"
}