forked from dave-elkan/crontabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 735 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 735 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
{
"name": "crontabs",
"version": "1.0.1",
"authors": [
"Dave Elkan <dave@edave.net>"
],
"description": "A chrome extension to control tabs with cron expressions.",
"license": "Apache 2",
"homepage": "https://github.com/dave-elkan/crontabs",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/lib/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.13",
"angular-route": "1.2.13",
"angular-mocks": "1.2.13",
"angular-webstorage": "0.9.3",
"jquery": "~2.0.3",
"later": "*",
"underscore": "~1.5.2",
"checklist-model": "~0.1.3",
"bootstrap": "~3.1.1"
},
"resolutions": {
"angular": "1.2.13"
}
}