Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Sehnert committed Feb 29, 2012
1 parent 9beb455 commit a808688
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name" : "df-calendar",
"version" : "1.0.0",
"title" : "jQuery Calendar",
"author" : {
"name" : "Team DF",
"email" : "plugins@teamdf.com",
"url" : "http://teamdf.com/"
},
"maintainers" : [
{
"name" : "Sam Sehnert",
"email" : "sam@teamdf.com"
},{
"name" : "Phil Taylor",
"email" : "phil@teamdf.com"
}
],
"description" : "This plugin allows developers to implement an extremely flexible calendar interface, with very little effort. The calendar plugin can render a Day, Week, Month and Resource calendar view. The plugin also provides an interface for manipulating and formatting dates and times.",
"keywords" : [
"calendar",
"date",
"time",
"format",
"events",
"tasks",
"drag-n-drop",
"widget",
"icalendar",
"ics",
"inline"
],
"homepage" : "https://github.com/teamdf/jquery-list/",
"docs" : "https://github.com/teamdf/jquery-list/tree/master/docs",
"demo" : "https://github.com/teamdf/jquery-list/",
"files" : ["jquery.list.js"],
"dependancies" : {
"jquery" : ">1.6.0"
},
"licenses" : [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl-3.0.html"
}
]
}

0 comments on commit a808688

Please sign in to comment.