| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "angular-ui-notification",
- "version": "0.0.14",
- "homepage": "https://github.com/alexcrack/angular-ui-notification",
- "repository": {
- "type": "git",
- "url": "git://github.com/alexcrack/angular-ui-notification"
- },
- "authors": [
- "Alexey Avramchik"
- ],
- "description": "Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating",
- "main": [
- "dist/angular-ui-notification.min.css",
- "dist/angular-ui-notification.min.js"
- ],
- "keywords": [
- "angular",
- "notification",
- "notify",
- "bootstrap"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "demo",
- "build"
- ],
- "devDependencies": {
- "bootstrap": "~3.3.2"
- },
- "_release": "0.0.14",
- "_resolution": {
- "type": "version",
- "tag": "v0.0.14",
- "commit": "bef09d9274cfc37030f065e452f259ddd2fd9c57"
- },
- "_source": "git://github.com/alexcrack/angular-ui-notification.git",
- "_target": "~0.0.14",
- "_originalSource": "angular-ui-notification",
- "_direct": true
- }
|