forked from dwmkerr/angular-modal-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.45 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
44
45
46
47
48
49
{
"name": "angular-modal-service",
"version": "0.6.9",
"description": "AngularJS Service for showing Modals and Popups",
"main": "./dst/angular-modal-service.js",
"scripts": {
"test": "gulp test",
"test-debug": "./node_modules/.bin/karma start ./test/karma.config.js --no-single-run --browsers Chrome",
"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": {
"connect-livereload": "^0.5.3",
"coveralls": "^2.10.0",
"express": "^4.12.0",
"gulp": "^3.8.11",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.2",
"gulp-open": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^2.0.0",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.1",
"karma-jasmine": "~0.3",
"karma-junit-reporter": "~0.3",
"karma-phantomjs-launcher": "^0.2.1",
"opn": "^3.0.1",
"phantomjs": "^1.9.18",
"tiny-lr": "^0.1.5"
}
}