forked from aralejs/validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 796 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 796 Bytes
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
{
"family": "arale",
"name": "validator",
"version": "0.9.7",
"author": "Shawn <shaoshuai0102@gmail.com>",
"maintainers": [
"余化 <shaoshuai0102@gmail.com>",
"乔花 <shengyan1985@gmail.com>"
],
"keywords": ["widget"],
"description": "最合适的表单校验组件。",
"license": "MIT",
"tests": ["rules", "core", "core2", "validator"],
"spm": {
"output": ["core.js", "validator.js"],
"alias": {
"$": "$",
"widget": "arale/widget/1.1.1/widget"
}
},
"repository": {
"type": "git",
"url": "https://github.com/aralejs/validator"
},
"bugs": {
"email": "shaoshuai0102@gmail.com",
"url": "https://github.com/aralejs/validator/issues"
}
}