http-ng
Version:
a standalone angular.js $http service
37 lines (36 loc) • 861 B
JSON
{
"name": "http-ng",
"version": "0.3.6",
"description": "a standalone angular.js $http service",
"main": "http.js",
"types": "http.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c build/rollup.config.js && uglifyjs -m -o http.min.js -- http.js"
},
"author": "Treri",
"license": "MIT",
"devDependencies": {
"rollup": "^0.37.0",
"rollup-plugin-typescript": "^0.8.1",
"typescript": "^2.0.10",
"uglify-js": "^2.7.4"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Treri/http-ng.git"
},
"keywords": [
"Angular.js",
"$http",
"Promise",
"service"
],
"bugs": {
"url": "https://github.com/Treri/http-ng/issues"
},
"homepage": "https://github.com/Treri/http-ng#readme"
}