mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
add rainyday.js
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
+6
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
@@ -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": [
|
||||
"*"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user