| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "angular-notification",
- "main": "angular-notification.js",
- "version": "1.1.1",
- "homepage": "https://github.com/neoziro/angular-notification",
- "authors": [
- "Greg Bergé <neoziro@gmail.com>"
- ],
- "description": "Notification service for Angular using native HTML5 API.",
- "keywords": [
- "angular",
- "notification",
- "service"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "package.json",
- "karma.conf.js",
- "node_modules",
- "bower_components",
- "Gruntfile.js",
- "test",
- "examples"
- ],
- "dependencies": {
- "angular": "~1.4.0"
- },
- "devDependencies": {
- "angular-mocks": "~1.4.0",
- "sinon-1.15.0": "http://sinonjs.org/releases/sinon-1.15.0.js",
- "sinon-chai": "~2.8.0"
- },
- "_release": "1.1.1",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.1",
- "commit": "e17a812b22811c9adaf8c64caa3bca1c3a9e8950"
- },
- "_source": "git://github.com/neoziro/angular-notification.git",
- "_target": "~1.1.1",
- "_originalSource": "angular-notification",
- "_direct": true
- }
|