-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 747 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
{
"name": "jquery-jpostal-ja",
"version": "2.14.79",
"description": "A jQuery plug-in that automatically enters a japanese zip code into the address field when you enter it.",
"peerDependencies": {
"jquery": "*"
},
"main": "jquery.jpostal.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ninton/jquery.jpostal.js.git"
},
"keywords": [
"zip",
"address",
"jquery"
],
"author": "Ninton G.K.",
"license": "MIT",
"bugs": {
"url": "https://github.com/ninton/jquery.jpostal.js/issues"
},
"homepage": "https://github.com/ninton/jquery.jpostal.js#readme"
}