Adding support for jspm

This commit is contained in:
pedwards 2015-07-06 10:34:17 -04:00
parent c3750941a9
commit 6ec8b66168

View file

@ -5,6 +5,13 @@
"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",