-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "bonegear",
"version": "0.0.0",
"author": "Ashwin Hegde",
"description": "Bonegear is an open source Twitter Bootstrap 3^ UI components for your Backbone.js projects.",
"contributors": [{
"name": "Ashwin Hegde",
"email": "ashwin.hegde3@gmail.com"
}],
"repository": {
"type": "git",
"url": "https://github.com/hegdeashwin/Bonegear"
},
"issues": {
"url": "https://github.com/hegdeashwin/Bonegear/issues?state=open"
},
"milestones": {
"url": "https://github.com/hegdeashwin/Bonegear/issues/milestones"
},
"releases": {
"url": "https://github.com/hegdeashwin/Bonegear/releases"
},
"wiki": {
"url": "https://github.com/hegdeashwin/Bonegear/wiki"
},
"keywords": [
"backbone.js",
"backbone.js-ui",
"backbone-ui-components",
"backboneplugin",
"backbone-plugin",
"backbone-ui-plugin",
"ui-components"
],
"engines": {
"node": ">=0.10"
},
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/hegdeashwin/Bonegear/master/LICENSE"
}]
}