-
Notifications
You must be signed in to change notification settings - Fork 227
/
package.json
46 lines (46 loc) · 1.12 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": "angular-dialog-service",
"description": "A service to handle common dialog types in a web application. Built on top of Angular-Bootstrap's modal",
"version": "5.3.1",
"keywords": [
"angular",
"dialog",
"modal",
"service"
],
"authors": [
{
"name": "Michael Conroy",
"email": "[email protected]",
"homepage": "http://michaeleconroy.blogspot.com/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/m-e-conroy/angular-dialog-service"
},
"main": "index.js",
"devDependencies": {
"gulp": "3.9.1",
"gulp-bump": "1.0.0",
"gulp-concat": "2.6.0",
"gulp-connect": "2.3.1",
"gulp-header": "1.7.1",
"gulp-jshint": "2.0.0",
"gulp-minify": "0.0.5",
"gulp-minify-css": "1.2.4",
"gulp-rename": "1.2.2",
"gulp-util": "3.0.7",
"gulp-wrap": "0.11.0",
"jasmine-core": "2.4.1",
"jshint": "2.9.1",
"karma": "0.13.21",
"karma-jasmine": "0.3.7",
"karma-phantomjs-launcher": "1.0.0",
"phantomjs-prebuilt": "2.1.4"
},
"scripts": {
"test": "karma start karma.conf.js"
},
"license": "MIT"
}