Adding support for jspm

This commit is contained in:
pedwards 2015-07-06 10:34:17 -04:00
parent c3750941a9
commit 6ec8b66168
1 changed files with 8 additions and 1 deletions

View File

@ -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",