-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
48
49
50
{
"name": "js-zipcode",
"version": "1.1.0",
"description": "offline zip code search",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test",
"build": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/longstone/js-zipcode.git"
},
"keywords": [
"zipcode",
"plz",
"switzerland",
"postleitzahl"
],
"author": "longstone <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/longstone/js-zipcode/issues"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.22.1",
"babel-loader": "^9.1.0",
"babel-plugin-inline-json": "^2.1.0",
"babel-preset-babili": "0.1.4",
"babel-preset-es2015": "^6.24.0",
"cross-env": "^7.0.0",
"file-loader": "^0.11.2",
"grunt": "^1.0.1",
"grunt-babel": "^7.0.0",
"grunt-check-dependencies": "^1.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^24.0.0",
"grunt-mocha-istanbul": "5.0.2",
"grunt-mocha-test": "0.13.3",
"istanbul": "^0.4.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^10.1.0"
},
"homepage": "https://github.com/longstone/js-zipcode#readme"
}