zettapi_client
Version:
Client side CRUD operations in angular to use with zettapi_server rest api to get started quickly in any CMS project
73 lines • 1.54 kB
JSON
{
"name": "angular-inform",
"description": "A small growl-like easy-to-use message toaster for angular.",
"keywords": [
"angular",
"growl",
"message",
"message-list",
"notification",
"notification-list",
"toaster",
"toastr",
"popup",
"alert",
"alert-list"
],
"version": "0.0.18",
"authors": [
"Null McNull <no@spam.org>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"gulp-tasks",
"src",
"dest",
"/build-config.js",
"/gulpfile.js",
"/package.json",
"/README.md",
"/karma.conf.js"
],
"dependencies": {
"angular": "~1.2.16"
},
"main": [
"dist/angular-inform.css",
"dist/angular-inform.js"
],
"devDependencies": {
"angular-mocks": "~1.2.26",
"angular-route": "~1.2.26",
"angular-animate": "~1.2.26",
"bootstrap-css": "~3.1.1",
"jquery": "1.*",
"modernizr": "~2.8.3",
"respondJS": "~1.4.2",
"showdown": "~0.3.1"
},
"overrides": {
"respond": {
"main": "dest/respond.min.js"
},
"showdown": {
"main": "compressed/showdown.js"
},
"angular-mocks": {
"ignore": true
}
},
"homepage": "https://github.com/McNull/angular-inform",
"_release": "0.0.18",
"_resolution": {
"type": "version",
"tag": "v0.0.18",
"commit": "68e839ad6f9eef3be438cc7b864f4e4346fb00a0"
},
"_source": "https://github.com/McNull/angular-inform.git",
"_target": "^0.0.18",
"_originalSource": "angular-inform"
}