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
+35
View File
@@ -0,0 +1,35 @@
{
"name": "ics.js",
"version": "0.0.0",
"description": "A browser firendly .ics/.vcs file generator written entirely in javascript",
"main": "icsjs",
"dependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-mocha": "~0.4.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/khornberg/ics.js.git"
},
"keywords": [
"ics",
"iCal",
"iCalendar"
],
"contributors": [
"Travis Krause <[email protected]>",
"Kyle Hornberg <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/khornberg/ics.js/issues"
}
}