-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "form-validation-constructor",
"version": "0.6.7",
"description": "form-validation-constructor the simple constructor for validation form",
"author": "alexeyvax Alexey Vakhrushev <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/alexeyvax/form-validation-constructor",
"main": "public/index.js",
"bugs": {
"url": "https://github.com/alexeyvax/form-validation-constructor/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/alexeyvax/form-validation-constructor"
},
"scripts": {
"start": "npm run build",
"dev": "NODE_ENV=development webpack-dev-server --progress",
"watch": "NODE_ENV=development webpack --watch",
"build": "NODE_ENV=production webpack --progress",
"lint": "tslint --project \"tsconfig.json\""
},
"keywords": [
"form-validation",
"form validator",
"form validation builder",
"form validation library",
"form-validation-constructor",
"pattern strategy"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"ts-loader": "^2.3.7",
"tslib": "^1.8.0",
"tslint": "^5.7.0",
"typescript": "^2.5.3",
"webpack": "^3.7.1"
},
"dependencies": {}
}