zipcodes-ph2
Version:
Philippines zip code directory this is an updated fork of https://github.com/arnellebalane/zipcodes-ph.git
69 lines • 2.12 kB
JSON
{
"name": "zipcodes-ph2",
"version": "1.0.0",
"description": "Philippines zip code directory this is an updated fork of https://github.com/arnellebalane/zipcodes-ph.git",
"main": "build/index.js",
"scripts": {
"build": "npm-run-all --parallel build:*",
"build:main": "babel --out-dir build --copy-files --ignore *.test.js source",
"build:umd": "webpack --output-filename index.umd.js",
"build:umd.min": "webpack --output-filename index.umd.min.js -p",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"commit": "git-cz",
"prebuild": "rimraf build",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "nyc mocha source/index.test.js --require babel-register",
"test:watch": "npm run test -- -w"
},
"repository": {
"type": "git",
"url": "https://github.com/arnellebalane/zipcodes-ph.git"
},
"keywords": [
"philippines",
"zipcodes"
],
"files": [
"build",
"readme.md"
],
"author": "Herbert Calmerin",
"license": "MIT",
"bugs": {
"url": "https://github.com/arnellebalane/zipcodes-ph/issues"
},
"homepage": "https://github.com/arnellebalane/zipcodes-ph#readme",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.26.0",
"codecov.io": "0.1.6",
"commitizen": "2.9.6",
"cz-conventional-changelog": "2.1.0",
"ghooks": "2.0.0",
"istanbul": "0.4.5",
"json-loader": "0.5.7",
"mocha": "4.0.1",
"npm-run-all": "4.1.1",
"nyc": "11.2.1",
"rimraf": "2.6.2",
"semantic-release": "^8.2.0",
"webpack": "3.8.1"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npm run test && npm run check-coverage"
}
},
"babel": {
"presets": [
"es2015"
]
},
"dependencies": {}
}