forked from asciidisco/Backbone.Marionette.Handlebars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1.07 KB
/
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.Marionette.Handlebars",
"version": "0.2.0",
"description": "Spice up your Backbone.Marionette application with some Handlebars flavour",
"homepage": "http://asciidisco.github.com/Backbone.Marionette.Handlebars/index.html",
"keywords": ["backbone", "plugin", "marionette", "template", "handlebars", "client", "browser"],
"repository": {"type": "git", "url": "git://github.com/asciidisco/Backbone.Marionette.Handlebars.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.Marionette.Handlebars" }],
"lib": ".",
"main": "backbone.marionette.handlebars.js",
"devDependencies": {
"grunt": ">=0.3.9"
},
"dependencies": {
"underscore" : ">=1.3.1",
"backbone": "0.9.x"
}
}