forked from nytimes/backbone.stickit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
21 lines (21 loc) · 690 Bytes
/
Copy pathbower.json
File metadata and controls
21 lines (21 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "backbone.stickit",
"description": "Backbone data binding, model binding plugin. The real logic-less templates.",
"homepage": "http://nytimes.github.io/backbone.stickit/",
"main": ["./backbone.stickit.js"],
"license": "https://github.com/NYTimes/backbone.stickit/blob/master/LICENSE",
"keywords": ["backbone", "data-binding", "client", "browser"],
"author": {
"name": "NYTimes"
},
"ignore": [".gitignore", "Gruntfile.js", "README.md", "package.json", ".travis.yml", "test"],
"dependencies": {
"backbone": ">= 1.0.0",
"underscore": ">= 1.4.4"
},
"devDependencies": {
"jquery": "1.8.3",
"qunit": "1.12.0",
"zepto-data": "1.0.0"
}
}