animate.css/package.json

28 lines
559 B
JSON
Raw Normal View History

{
"name": "animate.css",
"version": "3.4.0",
"repository": {
"type": "git",
"url": "https://github.com/daneden/animate.css.git"
},
"license": "MIT",
2015-07-06 16:34:17 +02:00
"jspm": {
"main": "animate.css!",
"format": "global",
2015-07-06 16:34:17 +02:00
"directories": {
"lib": "./"
2015-07-06 16:34:17 +02:00
}
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.8.0",
"load-grunt-tasks": "~0.2.0"
2014-05-19 07:26:49 +02:00
},
"spm": {
"main": "./animate.css"
}
}