forked from gmac/backbone.epoxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.01 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "backbone.epoxy",
"description": "Elegant data binding for Backbone.js",
"homepage": "http://epoxyjs.org",
"url": "http://epoxyjs.org",
"keywords": [
"backbone",
"plugin",
"model",
"view",
"binding",
"data"
],
"author": {
"name": "Greg MacWilliam",
"email": "greg.macwilliam@threespot.com",
"web": "https://github.com/gmac"
},
"repository": {
"type": "git",
"url": "https://github.com/gmac/backbone.epoxy.git"
},
"github": "https://github.com/gmac/backbone.epoxy",
"license": "MIT",
"dependencies": {
"jquery": ">=1.7.0",
"underscore": ">=1.4.3",
"backbone": ">=0.9.9"
},
"main": "backbone.epoxy.js",
"version": "1.0.2",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.1.2"
},
"jam": {
"dependencies": {
"jquery": ">=1.7.0",
"underscore": ">=1.4.3",
"backbone": ">=0.9.9"
},
"main": "backbone.epoxy.js",
"include": [
"backbone.epoxy.js",
"readme.md"
]
}
}