anthtrigger
Version:
Trigger events via http service
46 lines • 995 B
JSON
{
"name": "angular-notify",
"main": [
"dist/angular-notify.js",
"dist/angular-notify.css"
],
"version": "1.1.0",
"homepage": "https://github.com/cgross/angular-notify",
"authors": [
"Chris Gross <schtoo@schtoo.com>"
],
"description": "A minimalistic notification service for Angular apps.",
"keywords": [
"angular",
"notify",
"notifications"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"temp",
"./angular-notify.css",
"./angular-notify.html",
"./angular-notify.js",
"Gruntfile.js",
"package.json",
"demo"
],
"dependencies": {
"angular": "~1.2.16"
},
"_release": "1.1.0",
"_resolution": {
"type": "version",
"tag": "v1.1.0",
"commit": "4832a350841dd3b3a6600fc1f0335450e901efe7"
},
"_source": "git://github.com/cgross/angular-notify.git",
"_target": "~1.1.0",
"_originalSource": "angular-notify",
"_direct": true
}