angular-cloudtasks
Version:
Allows you to serve highly optimized images to your client apps.
41 lines (40 loc) • 773 B
JSON
{
"name": "angular-cloudtasks",
"version": "0.0.4",
"authors": [
"João Ribeiro <jonnybgod@gmail.com>"
],
"description": "Allows you to serve highly optimized images to your client apps.",
"homepage": "https://cloudtasks.io",
"repository": {
"type": "git",
"url": "https://github.com/Cloudtasks/angular-cloudtasks.git"
},
"keywords": [
"angular",
"AngularJS",
"angular-cloudtasks",
"cloudtasks",
"image",
"images",
"processing",
"image-processing"
],
"license": "MIT",
"main": [
"./dist/ng-cloudtasks.min.js"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular":"~1"
},
"devDependencies": {
"angular-mocks": "~1"
}
}