forked from alanchenup/angular-link-header-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 727 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"private" : true,
"name" : "angular-link-header-parser",
"version" : "1.0.2",
"description" : "AngularJS factory that parse Link header and return a JSON object.",
"scripts" : {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author" : "Ismael Gorissen <ismael.gorissen@gmail.com>",
"license" : "MIT",
"devDependencies": {
"gulp" : "^3.9.0",
"gulp-bytediff" : "^1.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-ng-annotate" : "^1.1.0",
"gulp-rename" : "^1.2.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify" : "^1.4.1",
"gulp-util" : "^3.0.6",
"del" : "^2.0.2"
}
}