UNPKG

1.35 kBJSONView Raw
1{
2 "name": "react-maskedinput",
3 "description": "Masked <input/> React component",
4 "version": "3.1.0",
5 "main": "./lib/index.js",
6 "standalone": "MaskedInput",
7 "homepage": "https://github.com/insin/react-maskedinput",
8 "license": "MIT",
9 "author": "Jonny Buchanan <jonathan.buchanan@gmail.com>",
10 "keywords": [
11 "react",
12 "masked",
13 "input",
14 "react-component"
15 ],
16 "dependencies": {
17 "inputmask-core": "^2.1.1"
18 },
19 "peerDependencies": {
20 "react": ">=0.14.0"
21 },
22 "devDependencies": {
23 "browserify": "^10.1.3",
24 "browserify-shim": "^3.8.6",
25 "del": "^1.1.1",
26 "gulp": "^3.8.11",
27 "gulp-header": "^1.2.2",
28 "gulp-jshint": "^1.10.0",
29 "gulp-plumber": "^1.0.0",
30 "gulp-react": "^3.0.1",
31 "gulp-rename": "^1.2.2",
32 "gulp-streamify": "0.0.5",
33 "gulp-uglify": "^1.2.0",
34 "gulp-util": "^3.0.4",
35 "jshint-stylish": "^1.0.2",
36 "react": ">=0.13.0",
37 "tape": "^4.0.0",
38 "vinyl-source-stream": "^1.1.0"
39 },
40 "scripts": {
41 "debug": "gulp --debug",
42 "dist": "gulp bundle-js --production --release && gulp bundle-js --development --release",
43 "test": "gulp transpile-js && tape test/*.js",
44 "watch": "gulp"
45 },
46 "browserify-shim": {
47 "react": "global:React"
48 },
49 "repository": {
50 "type": "git",
51 "url": "http://github.com/insin/react-maskedinput.git"
52 }
53}