33 lines
832 B
JSON
33 lines
832 B
JSON
{
|
|
"name": "imask",
|
|
"version": "6.2.2",
|
|
"author": "Alexey Kryazhev",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/uNmAnNeR/imaskjs/issues",
|
|
"homepage": "https://imask.js.org/",
|
|
"description": "vanilla javascript input mask",
|
|
"main": "dist/imask.js",
|
|
"module": "esm/index.js",
|
|
"repository": "https://github.com/uNmAnNeR/imaskjs",
|
|
"types": "index.d.ts",
|
|
"engines": {
|
|
"npm": ">=4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "cross-env NODE_ENV=test nyc mocha --exit --recursive",
|
|
"pretest": "flow check",
|
|
"watch": "rollup -c -w",
|
|
"build": "rollup -c",
|
|
"flow": "flow",
|
|
"lint": "eslint src/",
|
|
"coveralls": "nyc report --reporter=text-lcov | coveralls"
|
|
},
|
|
"keywords": [
|
|
"javascript",
|
|
"jquery",
|
|
"input",
|
|
"mask"
|
|
],
|
|
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6"
|
|
}
|