add rainyday.js

This commit is contained in:
Peter Dave Hello
2014-11-05 21:02:52 +08:00
parent b012229c10
commit d7efd98a10
4 changed files with 50 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+42
View File
@@ -0,0 +1,42 @@
{
"name": "rainyday.js",
"description": "Simulating raindrops falling on a window",
"version": "0.1.2",
"keywords": [
"raindrops",
"rainyday.js",
"rain",
"rainy"
],
"filename": "rainyday.min.js",
"author": {
"name": "Marek Brodziak",
"email": "marek.brodziak@gmail.com"
},
"license": "GPLv2",
"homepage": "https://github.com/maroslaw/rainyday.js",
"repository": {
"type": "git",
"url": "git://github.com/maroslaw/rainyday.js.git"
},
"bugs": {
"url": "https://github.com/maroslaw/rainyday.js/issues"
},
"scripts": {
"test": "grunt"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/maroslaw/rainyday.js.git",
"basePath": "dist",
"files": [
"*"
]
}
}