mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
11d502c8e9
- updated version field to 3.4.0, - added license information as requested by npm – npm WARN package.json animate.css@3.4.0 No license field. - added missing spaces in the jspm section
27 lines
559 B
JSON
27 lines
559 B
JSON
{
|
|
"name": "animate.css",
|
|
"version": "3.4.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/daneden/animate.css.git"
|
|
},
|
|
"license": "MIT",
|
|
"jspm": {
|
|
"main": "animate.css!",
|
|
"format": "global",
|
|
"directories": {
|
|
"lib": "./"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|