-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
43 lines (43 loc) · 1.1 KB
/
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
37
38
39
40
41
42
43
{
"name": "angular-confirmable",
"description": "An intuitive way to re-confirm user intentions using a single widget, and provide inline feedback without confirm dialogs or flash messages.",
"authors": [
"Robert Pocklington",
],
"homepage": "https://github.com/rpocklin/angular-confirmable",
"repository": "git://github.com/rpocklin/angular-confirmable.git",
"version": "1.1.0",
"license": "MIT",
"main": "src/angular-confirmable.js",
"keywords": [
"angular, confirm, confirmable, popup, warning, form, bootstrap"
],
"ignore": [
"**/.*",
"*.yml",
"src/*.spec.js",
".jshintrc",
"node_modules",
"bower_components",
"example",
"Gruntfile.js",
"package.json",
"component.json",
"bower.json",
"karma.conf.js"
],
"dependencies": {
"angular": "^1.2.26"
},
"devDependencies": {
"angular-bootstrap": "^0.11.2",
"angular-ui-router": "^0.2.11",
"angular-mocks": "^1.2.26",
"sinon": "1.9.0",
"jasmine-sinon": "0.3.1",
"underscore": "~1.7.0",
"jquery": "~2.1.1",
"bootstrap": "~3.2.0"
}
}