-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbower.json
40 lines (40 loc) · 897 Bytes
/
bower.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
{
"name": "marionette.carpenter",
"version": "0.0.5",
"homepage": "https://github.com/rapid7/marionette.carpenter",
"authors": [
"Joe Vennix",
"Fernando Arias",
"Matt Buck"
],
"description": "A Backbone Marionette table component.",
"moduleType": [
"amd"
],
"dependencies": {
"cocktail": "0.5.8",
"jquery": "2.1.1",
"backbone.marionette": "2.3.0",
"backbone.radio": "1.0.2",
"backbone.paginator": "1.0.0",
"compass-mixins": "0.12.5",
"jquery-resizable-columns": "0.1.3"
},
"devDependencies": {
"jasmine-set": "https://github.com/farias-r7/jasmine-set.git",
"sinon": "http://sinonjs.org/releases/sinon-1.9.0.js"
},
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"src",
"site",
"example"
],
"resolutions": {
"underscore": ">=1.7.0"
}
}