forked from opentable/hobknob
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 991 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
{
"name": "featuretoggle-frontend",
"version": "0.0.1",
"homepage": "https://github.com/opentable/featuretoggle-frontend",
"authors": [
"Ryan Tomlinson <[email protected]>"
],
"description": "front end packages for feature toggle dashboard",
"main": "app.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.5",
"angular": "~1.4.7",
"angular-resource": "~1.4.7",
"angular-route": "~1.4.7",
"angular-bootstrap": "~0.13.4",
"bootstrap-social": "~4.10.1",
"font-awesome": "~4.4.0",
"underscore": "~1.8.3",
"validator-js": "~3.22.0",
"moment": "~2.10.6",
"angular-xeditable": "~0.1.8",
"angular-toggle-switch": "~1.3.0"
},
"resolutions": {
"angular": "1.4.7"
}
}