forked from benmarch/angular-ui-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 730 Bytes
/
Copy pathbower.json
File metadata and controls
37 lines (37 loc) · 730 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
{
"name": "angular-ui-tour",
"version": "0.9.4",
"main": "dist/angular-ui-tour.js",
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
".umd",
"gruntfile.js",
"npm-shrinkwrap.json",
"package.json",
"karma.conf.js",
"app/",
"lib/",
"test/"
],
"dependencies": {
"angular": ">=1.5",
"angular-sanitize": ">=1.5",
"cfp-angular-hotkeys": "1.7.0",
"hone": "1.1.0",
"tether": "1.4.0",
"angular-scroll": "1.0.0",
"angular-bind-html-compile": "1.4.1"
},
"devDependencies": {
"angular-mocks": ">=1.3",
"angular-route": ">=1.3"
},
"resolutions": {
"angular": "latest"
}
}