mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 11:16:12 +10:00
44 lines
1003 B
JSON
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": [
|
|
"*"
|
|
]
|
|
}
|
|
}
|