set up bower and grunt

This commit is contained in:
Kyle Hornberg
2013-11-25 10:26:50 -06:00
parent 0d78b464f4
commit 7bec183753
8 changed files with 146 additions and 7 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "ics.js",
"main": "ics.js",
"version": "0.0.0",
"homepage": "https://github.com/khornberg/ics.js"
"contributors": [
"Travis Krause <[email protected]>",
"Kyle Hornberg <[email protected]>"
],
"description": "A browser firendly .ics/.vcs file generator written entirely in javascript",
"keywords": [
"ics",
"iCal",
"iCalendar"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Blob.js": "eligrey/Blob.js",
"FileSaver": "*"
}
}