File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 7
7
"ignore" : [
8
8
" **/.*" ,
9
9
" node_modules" ,
10
- " bower_components"
10
+ " bower_components" ,
11
+ " package.json"
11
12
],
12
13
"dependencies" : {
13
14
"jquery" : " latest" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " jquerykeyframes" ,
3
+ "version" : " 0.0.7" ,
4
+ "description" : " jQuery-Keyframes allows dynamic generation of CSS3 keyframes with callback events and other niceness." ,
5
+ "main" : " jquery.keyframes.min.js" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/jQueryKeyframes/jQuery.Keyframes.git"
9
+ },
10
+ "keywords" : [
11
+ " animation" ,
12
+ " keyframes" ,
13
+ " jquery" ,
14
+ " css3"
15
+ ],
16
+ "author" : " krazyjakee" ,
17
+ "license" : " MIT" ,
18
+ "bugs" : {
19
+ "url" : " https://github.com/jQueryKeyframes/jQuery.Keyframes/issues"
20
+ },
21
+ "homepage" : " https://github.com/jQueryKeyframes/jQuery.Keyframes" ,
22
+ "dependencies" : {
23
+ "jquery" : " latest" ,
24
+ "prefixfree" : " git://github.com/LeaVerou/prefixfree.git#gh-pages"
25
+ }
26
+ }
You can’t perform that action at this time.
0 commit comments