-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.26 KB
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
55
56
57
58
59
{
"name": "formAnimation",
"title": "jQuery Form Animation Plugin",
"description": "Form validation <3 animate.css",
"version": "0.0.1",
"homepage": "https://github.com/nnluukhtn/formAnimation",
"license": "MIT",
"author": {
"name": "Luu Nguyen",
"email": "nnluukhtn@gmail.com",
"url": "http://nnluukhtn.github.io"
},
"repository": {
"type": "git",
"url": "git://github.com/nnluukhtn/formAnimation.git"
},
"bugs": {
"url": "https://github.com/nnluukhtn/formAnimation/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"scripts": {
"test": "grunt",
"prepublish": "grunt"
},
"files": [
"dist/jquery.formAnimation.js"
],
"main": "dist/jquery.formAnimation.js",
"dependencies": {
"jquery": "^1.7 || ^2.0"
},
"devDependencies": {
"commitplease": "^2.2.3",
"grunt": "^0.4.4",
"grunt-contrib-compress": "^0.7",
"grunt-contrib-concat": "^0.3",
"grunt-contrib-copy": "^0.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-qunit": "^0.4",
"grunt-contrib-uglify": "^0.4",
"grunt-contrib-watch": "^0.6",
"grunt-jscs": "^2.2",
"grunt-text-replace": "^0.3.11"
},
"keywords": [
"jquery",
"jquery-plugin",
"forms",
"validation",
"validate",
"animation",
"animate"
]
}