forked from dwmkerr/angular-modal-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
47
48
{
"name": "angular-modal-service",
"version": "0.6.6",
"description": "AngularJS Service for showing Modals and Popups",
"main": "./dst/angular-modal-service.js",
"scripts": {
"test": "gulp test",
"coveralls": "cp build/coverage/PhantomJS*/lcov.info lcov.info && node node_modules/coveralls/bin/coveralls.js < lcov.info"
},
"repository": {
"type": "git",
"url": "git://github.com/dwmkerr/angular-modal-service.git"
},
"keywords": [
"angular",
"angularjs",
"modal",
"popup"
],
"author": "Dave Kerr (github.com/dwmkerr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwmkerr/angular-modal-service/issues"
},
"homepage": "https://github.com/dwmkerr/angular-modal-service",
"devDependencies": {
"coveralls": "^2.10.0",
"express": "^4.12.0",
"gulp": "^3.8.11",
"gulp-jshint": "^1.9.2",
"gulp-open": "^0.3.2",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.3",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.2.1",
"karma-jasmine": "~0.3",
"karma-junit-reporter": "~0.2",
"karma-phantomjs-launcher": "^0.1.4",
"tiny-lr": "^0.1.5",
"gulp-uglify": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.0",
"connect-livereload": "^0.5.3",
"opn": "^1.0.1",
"gulp-header": "^1.2.2"
}
}