forked from yhnavein/angular-tour
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
42 lines (42 loc) · 923 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
37
38
39
40
41
42
{
"name": "angular-tour",
"version": "0.1.2",
"description": "An AngularJS directive for showcasing features of your website",
"keywords": [
"angularjs",
"directive",
"angular",
"module"
],
"homepage": "https://github.com/DaftMonk/angular-tour",
"bugs": "https://github.com/DaftMonk/angular-tour/issues",
"author": {
"name": "Tyler Henkel",
"email": "",
"url": "https://github.com/DaftMonk"
},
"repository": {
"type": "git",
"url": "git://github.com/DaftMonk/angular-tour.git"
},
"main": "./dist/angular-tour-tpls.min.js",
"ignore": [
".*",
"node_modules",
"bower_components",
"demo*",
"src*",
"Gruntfile.js",
"karma.conf.js",
"package.json"
],
"dependencies": {
"angular": "~1.2.x",
"jquery": "~2.0.3"
},
"devDependencies": {
"angular-mocks": "~1.x",
"angular-cookie": "~4.0.1"
},
"license": "MIT"
}