inc-validation
Version:
Iran National Code Validation
55 lines • 1.31 kB
JSON
{
"name": "inc-validation",
"version": "1.1.4",
"description": "Iran National Code Validation",
"main": "build/index.js",
"scripts": {
"build": "npm-run-all --parallel build:*",
"build:babel": "rimraf build && babel src -d build",
"build:umd": "webpack --output-filename index.umd.js",
"build:umd.min": "webpack --output-filename index.umd.min.js -p",
"dev": "watch 'npm run build' src",
"test": "jest",
"test:watch": "watch 'npm run test' src"
},
"babel": {
"presets": [
"latest"
]
},
"keywords": [
"Iran",
"National Code",
"Validation",
"Javascript"
],
"author": "Hassan Falahi <hassan@peekbyte.com",
"repository": {
"type": "git",
"url": "https://github.com/peekbyte/inc-validation"
},
"bugs": {
"url": "https://github.com/peekbyte/inc-validation/issues"
},
"config": {
"ghooks": {
"pre-commit": "npm test"
}
},
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "7.1.1",
"babel-preset-latest": "^6.24.1",
"chai": "4.1.0",
"ghooks": "2.0.0",
"jest": "v20.0.0",
"json-loader": "0.5.7",
"mocha": "3.4.2",
"np": "2.16.0",
"npm-run-all": "4.0.2",
"rimraf": "^2.6.1",
"watch": "^1.0.2",
"webpack": "3.4.1"
}
}