-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "zip-code-jp",
"version": "0.4.4",
"description": "Address search from zip code for japanese",
"main": "lib/index.js",
"files": [
"lib/**/*.js",
"example/**/*.js",
"json/**/*.json",
"README.md"
],
"scripts": {
"test": "istanbul cover _mocha",
"build": "./node_modules/.bin/babel -d lib -s inline src",
"watch": "./node_modules/.bin/babel -d lib -s inline -w src",
"index": "make clean && make build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holyshared/zip-code-jp.git"
},
"author": "Noritaka Horio <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/holyshared/zip-code-jp/issues"
},
"homepage": "https://github.com/holyshared/zip-code-jp#readme",
"dependencies": {
"bluebird": "^3.4.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.7",
"babel-plugin-transform-es2015-parameters": "^6.9.0",
"codecov": "^1.0.1",
"coffee-script": "^1.10.0",
"commander": "^2.9.0",
"eslint": "^3.3.1",
"espower-coffee": "^1.0.1",
"istanbul": "^0.4.3",
"mocha": "^3.0.2",
"power-assert": "^1.3.1",
"zip-code-jp-stream": "^0.3.0"
}
}