forked from nmccready/angular-simple-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 830 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
{
"name": "angular-simple-logger",
"version": "0.1.7",
"description": "Basic logger with level logging which can also be independent.",
"main": "./dist/angular-simple-logger.js",
"homepage": "https://github.com/nmccready/angular-simple-logger",
"repository": {
"type": "git",
"url": "git://github.com/nmccready/angular-simple-logger.git"
},
"author": "Nicholas McCready",
"license": "MIT",
"dependencies": {
"angular": "^1.2"
},
"devDependencies": {
"angular-mocks": "^1.2"
},
"resolutions": {
"angular": "1.4.X"
},
"ignore": [
".*",
"spec",
"*.coffee",
"*.json",
".gitignore",
".travis.yml",
"*.html",
"package.js",
"*.md",
"src",
"gulp",
"scripts",
"node_modules",
"bower_components",
"tmp",
"stylesheets"
]
}