forked from alexcrack/angular-ui-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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
39
40
41
42
43
{
"name": "angular-ui-notification",
"version": "0.0.2",
"description": "Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/alexcrack/angular-ui-notification.git"
},
"keywords": [
"angular",
"notification",
"notify",
"bootstrap"
],
"author": "Alex_Crack",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexcrack/angular-ui-notification/issues"
},
"homepage": "https://github.com/alexcrack/angular-ui-notification",
"devDependencies": {
"gulp": "^3.8.7",
"gulp-add-src": "^0.1.1",
"gulp-angular-templatecache": "^1.3.0",
"gulp-concat": "^2.3.4",
"gulp-csscomb": "^3.0.2",
"gulp-header": "^1.0.5",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.5",
"gulp-minify-html": "^0.1.4",
"gulp-ngmin": "^0.3.0",
"gulp-notify": "^1.5.0",
"gulp-order": "^1.1.1",
"gulp-protractor": "0.0.11",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"protractor": "^1.1.1"
}
}