forked from pdorgambide/angular-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 992 Bytes
/
package.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-logger",
"version": "1.0.0",
"description": "> Enhanced $log in AngularJS",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/pdorgambide/angular-logger"
},
"keywords": [
"angular",
"logger",
"angular-logger",
"$log"
],
"author": {
"name": "Benny Bottema",
"url": "http://blog.projectnibble.org"
},
"contributors": [{
"name": "Pablo Dorgambide",
"email": "[email protected]",
"url": "http://www.qualigy.com"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/pdorgambide/angular-logger/issues"
},
"homepage": "https://github.com/pdorgambide/angular-logger",
"devDependencies": {
"gulp": "^3.8.11",
"del": "^1.2.0",
"gulp-concat": "^2.5.2",
"gulp-uglify": "^1.1.0",
"gulp-jasmine": "~2.0.1",
"gulp-coverage": "~0.3.35",
"gulp-coveralls": "~0.1.4",
"lazypipe": "~0.2.3"
}
}