2013-11-12 00:32:40 +01:00
|
|
|
{
|
|
|
|
"name": "animate.css",
|
2015-08-09 13:23:24 +02:00
|
|
|
"version": "3.4.0",
|
2015-01-19 21:16:46 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/daneden/animate.css.git"
|
|
|
|
},
|
2015-08-09 13:23:24 +02:00
|
|
|
"license": "MIT",
|
2015-07-06 16:34:17 +02:00
|
|
|
"jspm": {
|
2015-08-09 13:23:24 +02:00
|
|
|
"main": "animate.css!",
|
|
|
|
"format": "global",
|
2015-07-06 16:34:17 +02:00
|
|
|
"directories": {
|
2015-08-09 13:23:24 +02:00
|
|
|
"lib": "./"
|
2015-07-06 16:34:17 +02:00
|
|
|
}
|
2015-08-09 13:23:24 +02:00
|
|
|
},
|
2013-11-12 00:32:40 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-autoprefixer": "~0.4.0",
|
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
2015-11-08 17:45:08 +01:00
|
|
|
"grunt-banner": "~0.6.0",
|
2014-02-23 20:11:43 +01:00
|
|
|
"grunt-contrib-concat": "~0.3.0",
|
2014-02-23 20:23:52 +01:00
|
|
|
"grunt-contrib-cssmin": "~0.8.0",
|
|
|
|
"load-grunt-tasks": "~0.2.0"
|
2014-05-19 07:26:49 +02:00
|
|
|
},
|
|
|
|
"spm": {
|
|
|
|
"main": "./animate.css"
|
2013-11-12 00:32:40 +01:00
|
|
|
}
|
|
|
|
}
|