1 | {
|
2 | "name": "inputmask-core",
|
3 | "version": "1.0.0",
|
4 | "description": "Standalone input mask implementation, independent of any GUI",
|
5 | "main": "lib/index.js",
|
6 | "scripts": {
|
7 | "test": "tape test/*.js"
|
8 | },
|
9 | "keywords": [
|
10 | "input",
|
11 | "mask"
|
12 | ],
|
13 | "author": "Jonny Buchanan <jonathan.buchanan@gmail.com>",
|
14 | "license": "MIT",
|
15 | "devDependencies": {
|
16 | "tape": "^3.5.0"
|
17 | },
|
18 | "dependencies": {},
|
19 | "repository": {
|
20 | "type": "git",
|
21 | "url": "http://github.com/insin/inputmask-core.git"
|
22 | },
|
23 | "bugs": {
|
24 | "url": "https://github.com/insin/inputmask-core/issues"
|
25 | },
|
26 | "homepage": "https://github.com/insin/inputmask-core"
|
27 | }
|