set up bower and grunt
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user