mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-14 08:11:09 +01:00
24482ebb96
Bump both package.json and bower.json to keep in sync
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"name": "animate.css",
|
|
"version": "3.2.1",
|
|
"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"
|
|
},
|
|
"spm": {
|
|
"main": "./animate.css"
|
|
}
|
|
}
|