-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
27 lines (27 loc) · 992 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "Backbone.Chosen",
"version": "0.1.1",
"description": "One Collection different models, mapped easy via configuration",
"homepage": "http://asciidisco.github.com/Backbone.Chosen/index.html",
"keywords": ["backbone", "plugin", "model", "collection", "client", "browser"],
"repository": {"type": "git", "url": "git://github.com/asciidisco/Backbone.Chosen.git"},
"author" : "Sebastian Golasch <[email protected]>",
"maintainers": [
{
"name": "Sebastian Golasch (asciidisco)",
"email": "[email protected]",
"web": "http://asciidisco.com"
}
],
"licenses": [{ "type": "MIT", "url": "http://mit-license.org/" }],
"repositories": [{ "type": "git", "url": "https://github.com/asciidisco/Backbone.Chosen" }],
"lib": ".",
"main": "backbone.chosen.js",
"devDependencies": {
"grunt": "~0.3.x"
},
"dependencies": {
"underscore" : "~1.3.1",
"backbone": "0.9.x"
}
}