Files
cdnjs/ajax/libs/wow/package.json
T
2014-09-25 18:04:22 +08:00

44 lines
1003 B
JSON

{
"name": "wow",
"version": "1.0.2",
"filename": "wow.min.js",
"description": "Reveal CSS animation as you scroll down a page",
"keywords": [],
"homepage": "http://mynameismatthieu.com/WOW/",
"author": {
"name": "Matthieu Aussaguel",
"email": "matthieu.aussaguel@gmail.com",
"url": "http://mynameismatthieu.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/matthieua/WOW.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://matthieuaussaguel.mit-license.org/"
}
],
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-jasmine": "latest",
"grunt-contrib-uglify": "latest",
"grunt-growl": "latest"
},
"scripts": {
"test": "grunt travis"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/matthieua/WOW.git",
"basePath": "dist/",
"files": [
"*"
]
}
}