-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 KB
/
package.json
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
44
45
46
{
"name": "angularjs-notify",
"version": "1.3.2",
"description": "AngularJS plugin to show notifications. Has a directive for positioning the notifications and works out of the box with Rails",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cristianstanescu/angularjs-notify.git"
},
"keywords": [
"Angular",
"notifications",
"Bootstrap",
"Rails"
],
"author": "Cristian Stănescu",
"license": "MIT",
"bugs": {
"url": "https://github.com/cristianstanescu/angularjs-notify/issues"
},
"homepage": "https://github.com/cristianstanescu/angularjs-notify",
"devDependencies": {
"bower": "^1.8.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^1.8.8",
"gulp-jshint": "^2.0.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^2.0.1",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.4",
"karma": "^1.4.1",
"karma-jasmine": "^1.1.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2"
}
}