forked from danielmurray/woodjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 800 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
{
"name": "woodjs",
"description": "M@terial for M@arionette... Wood",
"version": "0.0.14",
"license": "ISC",
"author": {
"name": "Dan Murray",
"email": "daniel.phillip.murray@gmail.com",
"url": "http://danielmurray.github.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/danielmurray/woodjs.git"
},
"github": "https://github.com/danielmurray/woodjs",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"samples"
],
"dependencies": {
"bootstrap-dialog": "",
"backbone": "1.1.2",
"datatables": "1.10.7",
"datatables-scroller": "1.2.1",
"datatables-tabletools": "2.2.2",
"datatables-colresize": "0.0.10",
"font-awesome": "",
"marionette": "2.4.2",
"underscore.string": "3.0.3"
}
}