forked from coldbox-modules/relax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 889 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": "ColdboxRelax",
"version": "2.1.0",
"author": "Luis Majano <[email protected]>",
"contributors": [
"Brad Wood <[email protected]>",
"Curt Gratz <[email protected]>",
"Jon Clausen <[email protected]>"
],
"description": "Coldbox Relax Module for Building REST APIs",
"private": true,
"dependencies": {
"jquery": "latest",
"bootstrap-sass": "latest",
"font-awesome-sass": "latest",
"html5shiv": "latest",
"jsonlint": "latest",
"modernizr": "latest",
"respond": "~1.4.2",
"bootstrap-slider": "latest",
"iCheck": "latest",
"navgoco": "~0.2.1",
"switchery": "latest",
"waypoints": "latest",
"underscore": "~1.8.3",
"backbone": "~1.2.3",
"es6-shim": "~0.34.4",
"animate.css": "^3.5.2",
"Scrollify": "^1.0.13",
"prism": "^1.6.0",
"clipboard": "^1.6.1"
}
}