-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 877 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 877 Bytes
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
41
{
"name": "timerApp",
"version": "0.0.1",
"homepage": "https://github.com/lpaulger/timerApp",
"authors": [
"Lucas Paulger <lucas.paulger@gmail.com>"
],
"description": "simple repeat timer for activities",
"main": "app/app.js",
"keywords": [
"repeat",
"timer",
"LP"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.0-rc.2",
"angular-route": "1.2.0-rc.2",
"angular-touch": "1.2.0-rc.2",
"angular-local-storage": "*",
"angular-mobile-nav": "*",
"angular-bootstrap": "0.6.0",
"sass-bootstrap": "3.0.0",
"font-awesome": "~3.*"
},
"devDependencies": {
"angular-mocks": "1.2.0-rc.2",
"angular-scenario": "1.2.0-rc.2"
},
"resolutions": {
"angular": "1.2.0-rc.2"
}
}