-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1003 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
41
42
43
44
45
46
47
48
{
"name": "japan-address-autofill",
"version": "0.4.3",
"private": false,
"description": "",
"main": "./lib/index.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"jasmine": "^3.2.0",
"npm-run-all": "^4.1.3"
},
"scripts": {
"build": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
"test": "jasmine",
"build-and-test": "npm-run-all build test",
"publish": "npm publish --access public"
},
"babel": {
"presets": [
"es2015"
]
},
"author": "makeupsomething",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/makeupsomething/japan-address-autofill"
},
"bugs": {
"url": "https://github.com/makeupsomething/japan-address-autofill/issues"
},
"files": [
"lib/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"keywords": [
"zip",
"postal code",
"japan",
"address",
"yubin"
]
}