-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.02 KB
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
{
"name": "BDSI-JQ-Backbone-Mobile-Controls",
"title": "Backbone and Jquery Mobile Controls",
"description": "Backbone Jquery Mobile Controls",
"version": "0.0.1",
"homepage": "https://github.com/Geekdad/BDSI-JQ-Backbone-Mobile-Controls",
"author": {
"name": "Darren Hurst",
"email": "darren.hurst@broadstreetmobile.com",
"url": "http://broadstreetmobile.com"
},
"repository": {
"type": "git",
"url": "git@github.com:Geekdad/BDSI-JQ-Backbone-Mobile-Controls"
},
"bugs": {
"url": "https://github.com/Geekdad/BDSI-JQ-Backbone-Mobile-Controls/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Geekdad/BDSI-JQ-Backbone-Mobile-Controls/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": "1.7.2",
"backbone": "0.9.2",
"lodash": "0.3.1",
"require": "2.0.2",
"text.js": "2.0.0",
"modernizr": "2.5.3",
"r.js": "2.0.2"
},
"keywords": ["Backbone.js", "Require.js", "Backbone and Require Boilerplate","Jquery","JQuery Mobile"]
}