-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.json
37 lines (37 loc) · 946 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
28
29
30
31
32
33
34
35
36
37
{
"name": "backbone.modelbinder",
"description": "Simple, flexible and powerful Model-View binding for Backbone.",
"version": "1.1.1",
"author": "Bart Wood",
"bugs": {
"url": "https://github.com/theironcook/Backbone.ModelBinder/issues"
},
"dependencies": {
"backbone": ">=0.9.0",
"jquery": ">=1.7.1",
"underscore": ">=1.3.1"
},
"directories": {
"example": "examples"
},
"files": [
"Backbone.ModelBinder.js",
"Backbone.CollectionBinder.js"
],
"homepage": "https://github.com/theironcook/Backbone.ModelBinder#readme",
"keywords": [
"backbone",
"model",
"view"
],
"license": "MIT",
"main": "Backbone.ModelBinder.js",
"repository": {
"type": "git",
"url": "git+https://github.com/theironcook/Backbone.ModelBinder.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"url": "https://github.com/theironcook/Backbone.ModelBinder"
}