-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
{
"name": "ng-http-transform-utils",
"version": "1.0.0",
"description": "Easy manipulation for AngularJS http transform",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/TimeoutZero/ng-http-transform-utils.git"
},
"authors": [
"Carlos Henrique <carloshpds@gmail.com>",
"Renato Massi Pereira <renato.massi@gmail.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/TimeoutZero/ng-http-transform-utils/issues"
},
"homepage": "https://github.com/TimeoutZero/ng-http-transform-utils#readme",
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"gulp": "~3.8.10",
"gulp-util": "~3.0.2",
"basebuild-angular": "0.15.1",
"basebuild-component": "1.0.0-rc.17",
"ng-annotate-webpack-plugin": "0.1.3",
"karma": "0.13",
"karma-nyan-reporter": "0.2.5",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "0.5.3",
"karma-jasmine": "~0.3.1",
"karma-ng-html2js-preprocessor": "~0.1.2"
},
"engines": {
"node": ">=4.2.2"
}
}