-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 880 Bytes
/
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
{
"name": "lite-validator",
"version": "0.1.2",
"author": "Aitter <[email protected]>",
"description": "Simple, smart and pleasant verification solution.",
"main": "./src/lite-validator.js",
"devDependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-polyfill": "^6.20.0",
"webpack": "^1.14.0"
},
"scripts": {
"build": "webpack"
},
"keywords": [
"react-valid",
"vue-valid",
"validation",
"form",
"validator",
"validate",
"lite-validator"
],
"homepage": "https://github.com/git-lt/lite-validator",
"repository": {
"type": "git",
"url": "https://github.com/git-lt/lite-validator.git"
},
"bugs": "https://github.com/git-lt/lite-validator/issues",
"license": "ISC"
}