|
1 | 1 | { |
2 | 2 | "name": "react-maskedinput", |
3 | | - "description": "Masked <input/> React component", |
4 | 3 | "version": "3.3.4", |
5 | | - "main": "./lib/index.js", |
6 | | - "jsnext:main": "es6/index.js", |
7 | | - "standalone": "MaskedInput", |
8 | | - "homepage": "https://github.com/insin/react-maskedinput", |
9 | | - "license": "MIT", |
10 | | - "author": "Jonny Buchanan <[email protected]>", |
11 | | - "keywords": [ |
12 | | - "react", |
13 | | - "masked", |
14 | | - "input", |
15 | | - "react-component" |
16 | | - ], |
| 4 | + "description": "Masked <input/> React component", |
| 5 | + "main": "lib/index.js", |
| 6 | + "module": "es/index.js", |
17 | 7 | "files": [ |
18 | | - "es6", |
| 8 | + "es", |
19 | 9 | "lib", |
20 | 10 | "umd" |
21 | 11 | ], |
22 | 12 | "scripts": { |
23 | | - "build": "nwb build", |
24 | | - "clean": "nwb clean", |
| 13 | + "build": "nwb build-react-component --no-polyfill", |
| 14 | + "clean": "nwb clean-module && nwb clean-demo", |
25 | 15 | "lint": "eslint src tests", |
26 | | - "start": "nwb serve", |
27 | | - "test": "nwb test", |
| 16 | + "start": "nwb serve-react-demo", |
| 17 | + "test": "nwb test-react", |
28 | 18 | "posttest": "npm run lint", |
29 | | - "test:watch": "nwb test --server" |
| 19 | + "test:watch": "nwb test-react --server" |
30 | 20 | }, |
31 | 21 | "dependencies": { |
32 | 22 | "inputmask-core": "^2.1.1", |
|
37 | 27 | }, |
38 | 28 | "devDependencies": { |
39 | 29 | "eslint-config-jonnybuchanan": "5.0.x", |
40 | | - "nwb": "0.9.x", |
| 30 | + "nwb": "0.17.x", |
41 | 31 | "react": "15.x", |
42 | 32 | "react-dom": "15.x" |
43 | 33 | }, |
| 34 | + "author": "Jonny Buchanan <[email protected]>", |
| 35 | + "homepage": "https://github.com/insin/react-maskedinput", |
| 36 | + "license": "MIT", |
44 | 37 | "repository": { |
45 | 38 | "type": "git", |
46 | 39 | "url": "http://github.com/insin/react-maskedinput.git" |
47 | | - } |
| 40 | + }, |
| 41 | + "keywords": [ |
| 42 | + "react", |
| 43 | + "masked", |
| 44 | + "input", |
| 45 | + "react-component" |
| 46 | + ] |
48 | 47 | } |
0 commit comments