-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "animatedborder",
"title": "Animated Border",
"description": "Animated borders for any block level element.",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/there4/jquery-animatedborder",
"author": {
"name": "Craig Davis",
"email": "[email protected]",
"url": "http://there4development.com"
},
"repository": {
"type": "git",
"url": "https://github.com/there4/jquery-animatedborder.git"
},
"bugs": {
"url": "https://github.com/there4/jquery-animatedborder/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/there4/jquery-animatedborder/blob/master/LICENSE-MIT"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"jquery": "^3.4.1",
"qunit": "^1.0.0"
},
"keywords": [
"jQuery",
"border",
"animated border"
],
"scripts": {
"test": "grunt test"
}
}