angular-http-case-converter
Version:
A module providing simple way to convert request params and response body of backend requests
53 lines (52 loc) • 1.53 kB
JSON
{
"name": "angular-http-case-converter",
"version": "0.1.3",
"description": "A module providing simple way to convert request params and response body of backend requests",
"scripts": {
"test": "grunt test"
},
"main": "dist/angular-http-case-converter.js",
"repository": {
"type": "git",
"url": "https://github.com/ZupIT/angular-http-case-converter.git"
},
"keywords": [
"Angular",
"AngularJS",
"http",
"$http",
"interceptor",
"backend",
"REST"
],
"author": "Jarek Rencz <jarek.rencz@laboratorium.ee>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZupIT/angular-http-case-converter/issues"
},
"homepage": "https://github.com/ZupIT/angular-http-case-converter",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-cli": "~0.1.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-defs": "~1.0.0",
"grunt-jscs-checker": "~0.8.0",
"grunt-jsonlint": "1.0.4",
"grunt-merge-conflict": "~0.0.2",
"grunt-ng-annotate": "~0.8.0",
"grunt-karma": "~0.9.0",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma-jasmine": "~0.3.2",
"karma-ng-json2js-preprocessor": "0.0.6",
"jit-grunt": "~0.9.0",
"jscs-trailing-comma": "~0.3.0"
}
}