mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
Adding support for jspm
This commit is contained in:
parent
c3750941a9
commit
6ec8b66168
1 changed files with 8 additions and 1 deletions
|
@ -1,10 +1,17 @@
|
|||
{
|
||||
"name": "animate.css",
|
||||
"version": "3.2.5",
|
||||
"version": "3.2.5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/daneden/animate.css.git"
|
||||
},
|
||||
"jspm": {
|
||||
"main":"animate.css!",
|
||||
"format":"global",
|
||||
"directories": {
|
||||
"lib":"./"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-autoprefixer": "~0.4.0",
|
||||
|
|
Loading…
Reference in a new issue