-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.19 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
54
{
"name": "validate",
"version": "1.0.0",
"description": "form validator",
"keywords": [ "validate", "seajs", "modules" ],
"homepage": "https://github.com/pandorajs/validate",
"bugs": {
"url": "https://github.com/pandorajs/validate/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pandorajs/validate/blob/master/LICENSE-MIT"
}
],
"author": {
"name": "pandorajs",
"url": "https://github.com/pandorajs"
},
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/pandorajs/validate.git"
},
"scripts": {
"test": "grunt qunit"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
},
"devDependencies": {
"grunt": "*",
"grunt-cmd-transport": "*",
"grunt-cmd-concat": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-yuidoc": "*",
"grunt-coveralls": "*",
"grunt-qunit-istanbul": "*",
"matchdep": "*"
},
"family": "pandora",
"spm": {
"output": [ "validate.js" ],
"alias": {
"$": "$",
"widget": "pandora/widget/1.0.0/widget"
}
}
}