-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (32 loc) · 886 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
{
"name": "angular-error-logger",
"version": "1.3.16",
"description": "Angular error logger",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Gedzis/angular-error-logger.git"
},
"keywords": [
"angular",
"angular-error"
],
"author": "Gediminas Ubartas <gedisu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gedzis/angular-error-logger/issues"
},
"homepage": "https://github.com/Gedzis/angular-error-logger",
"devDependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-jslint": "^0.2.2",
"gulp-ng-annotate": "^0.5.2",
"gulp-uglify": "^1.1.0",
"del": "^1.1.1"
}
}