animate.css/package.json

35 lines
701 B
JSON
Raw Normal View History

{
"name": "animate.css",
2015-12-14 20:43:29 +01:00
"version": "3.5.0",
"main": "animate.css",
"repository": {
"type": "git",
"url": "https://github.com/daneden/animate.css.git"
},
"author": {
"name": "Daniel Eden"
},
"homepage": "http://daneden.me/animate",
"license": "MIT",
"style": "./animate.css",
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": {
2015-12-14 20:03:02 +01:00
"gulp": "^3.9.0",
2015-12-14 20:41:16 +01:00
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.2",
2015-12-14 20:43:29 +01:00
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
2015-12-14 20:41:16 +01:00
"run-sequence": "^1.1.5"
2014-05-19 07:26:49 +02:00
},
"spm": {
"main": "./animate.css"
}
}