-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.03 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
44
45
46
47
48
49
50
51
52
53
{
"name": "univ",
"version": "0.2.3",
"description": "Universal Validator.",
"keywords": [
"Validator",
"Form",
"Forms",
"WebForm",
"WebForms",
"表单",
"校验"
],
"homepage": "https://github.com/webforms/univ",
"author": "闲耘<[email protected]>",
"maintainers": [
"闲耘<[email protected]>"
],
"repository": {
"type": "git",
"url": "[email protected]:webforms/univ.git"
},
"main": "index.js",
"bugs": {
"url": "https://github.com/webforms/univ/issues"
},
"scripts": {
"test": "mocha -R spec tests/univ-spec.js tests/date-util-spec.js"
},
"dependencies": {
"promise": "^6.1.0"
},
"devDependencies": {
"expect.js": "0.3.1",
"promise": "^6.1.0"
},
"spm": {
"main": "index.js",
"dependencies": {
"events": "1.0.1",
"promise": "6.0.0"
},
"devDependencies": {
"expect.js": "0.3.1",
"promise": "6.0.0"
},
"engines": {
"seajs": "2.2.1"
},
"tests": "tests/*.js"
},
"licenses": "MIT"
}