-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (35 loc) · 908 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
// defines front-end dependencies managed by bower
// (in this case bower-rails: https://github.com/rharriso/bower-rails)
// manage with `rake bower:install`
{
"name": "openfda",
"version": "1.0.0",
"authors": [
"Ben Morris",
"Jeff Farley",
"Chris Cassatt",
"Jeff Holden"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">=1 <1.3.0",
"angular-bootstrap": "~0.12.0",
"angular-route": ">=1 <1.3.0",
"angular-resource": ">=1 <1.3.0",
"angular-flash": "<0.1.13",
"angular-mocks": ">=1 <1.3.0",
"angular-sanitize": ">=1 <1.3.0",
"bootstrap-sass-official": "~3.3.4",
"d3": "~3.5.5"
},
"devDependencies": {
}
}