|
1 | 1 | {
|
2 |
| - "name": "html5-form-validator", |
3 |
| - "version": "0.4.0", |
4 |
| - "description": "The most simple HTML5 form validator", |
5 |
| - "main": "dist/index.js", |
6 |
| - "scripts": { |
7 |
| - "dist": "babel src/index.js --out-file dist/index.js", |
8 |
| - "minify": "babel src/index.js --out-file dist/index.min.js --presets minify,@babel/env", |
9 |
| - "build": "npm run dist && npm run minify" |
10 |
| - }, |
11 |
| - "repository": { |
12 |
| - "type": "git", |
13 |
| - "url": "git+https://github.com/scriptex/html5-form-validator.git" |
14 |
| - }, |
15 |
| - "keywords": [ |
16 |
| - "HTML5", |
17 |
| - "form", |
18 |
| - "validator" |
19 |
| - ], |
20 |
| - "author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)", |
21 |
| - "license": "MIT", |
22 |
| - "bugs": { |
23 |
| - "url": "https://github.com/scriptex/html5-form-validator/issues" |
24 |
| - }, |
25 |
| - "homepage": "https://github.com/scriptex/html5-form-validator#readme", |
26 |
| - "devDependencies": { |
27 |
| - "@babel/cli": "7.2.3", |
28 |
| - "@babel/core": "7.2.2", |
29 |
| - "@babel/plugin-proposal-class-properties": "7.2.3", |
30 |
| - "@babel/plugin-proposal-decorators": "7.2.3", |
31 |
| - "@babel/plugin-proposal-export-namespace-from": "7.2.0", |
32 |
| - "@babel/plugin-proposal-function-sent": "7.2.0", |
33 |
| - "@babel/plugin-proposal-json-strings": "7.2.0", |
34 |
| - "@babel/plugin-proposal-numeric-separator": "7.2.0", |
35 |
| - "@babel/plugin-proposal-throw-expressions": "7.2.0", |
36 |
| - "@babel/plugin-syntax-dynamic-import": "7.2.0", |
37 |
| - "@babel/plugin-syntax-import-meta": "7.2.0", |
38 |
| - "@babel/plugin-transform-modules-umd": "7.2.0", |
39 |
| - "@babel/preset-env": "7.2.3", |
40 |
| - "babel-loader": "8.0.4", |
41 |
| - "babel-minify": "0.5.0" |
42 |
| - } |
| 2 | + "name": "html5-form-validator", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "The simplest HTML5 forms validator", |
| 5 | + "main": "dist/index.js", |
| 6 | + "scripts": { |
| 7 | + "dist": "babel src/index.js --out-file dist/index.js", |
| 8 | + "minify": "babel src/index.js --out-file dist/index.min.js --presets minify,@babel/env", |
| 9 | + "build": "npm run dist && npm run minify" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/scriptex/html5-form-validator.git" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "HTML5", |
| 17 | + "form", |
| 18 | + "validator" |
| 19 | + ], |
| 20 | + "author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)", |
| 21 | + "license": "MIT", |
| 22 | + "bugs": { |
| 23 | + "url": "https://github.com/scriptex/html5-form-validator/issues" |
| 24 | + }, |
| 25 | + "homepage": "https://github.com/scriptex/html5-form-validator#readme", |
| 26 | + "devDependencies": { |
| 27 | + "@babel/cli": "7.2.3", |
| 28 | + "@babel/core": "7.2.2", |
| 29 | + "@babel/plugin-proposal-class-properties": "7.2.3", |
| 30 | + "@babel/plugin-proposal-decorators": "7.2.3", |
| 31 | + "@babel/plugin-proposal-export-namespace-from": "7.2.0", |
| 32 | + "@babel/plugin-proposal-function-sent": "7.2.0", |
| 33 | + "@babel/plugin-proposal-json-strings": "7.2.0", |
| 34 | + "@babel/plugin-proposal-numeric-separator": "7.2.0", |
| 35 | + "@babel/plugin-proposal-throw-expressions": "7.2.0", |
| 36 | + "@babel/plugin-syntax-dynamic-import": "7.2.0", |
| 37 | + "@babel/plugin-syntax-import-meta": "7.2.0", |
| 38 | + "@babel/plugin-transform-modules-umd": "7.2.0", |
| 39 | + "@babel/preset-env": "7.2.3", |
| 40 | + "babel-loader": "8.0.4", |
| 41 | + "babel-minify": "0.5.0" |
| 42 | + } |
43 | 43 | }
|
0 commit comments