forked from Anstinus/angular-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1002 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "angular-notification",
"version": "1.1.1",
"description": "Notification service for Angular using native HTML5 API.",
"main": "angular-notification.js",
"directories": {
"example": "examples"
},
"scripts": {
"install": "bower install",
"test": "./node_modules/karma/bin/karma start --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/neoziro/angular-notification.git"
},
"keywords": [
"angular",
"notification",
"service"
],
"author": "Greg Bergé <berge.greg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/neoziro/angular-notification/issues"
},
"homepage": "https://github.com/neoziro/angular-notification",
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.1",
"karma": "^0.12.36",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.1.10",
"mocha": "^2.2.5"
}
}