-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.81 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "angular-bootstrap-locale-dialog",
"version": "1.2.3",
"description": "Locale selector dialog for angular-bootstrap",
"author": "Avi Sharvit <[email protected]> (https://sharvit.github.io)",
"homepage": "https://sharvit.github.io/angular-bootstrap-locale-dialog/",
"license": "MIT",
"keywords": [
"angular",
"bootstrap",
"locale",
"language",
"dialog",
"selector"
],
"repository": {
"type": "git",
"url": "https://github.com/sharvit/angular-bootstrap-locale-dialog.git"
},
"bugs": {
"url": "https://github.com/sharvit/angular-bootstrap-locale-dialog/issues"
},
"main": "index.js",
"directories": [
"src"
],
"scripts": {
"build": "gulp build",
"test": "gulp test",
"codecov": "cat .coverage/*/lcov.info | ./node_modules/.bin/codecov"
},
"devDependencies": {
"angular-mocks": "^1.4.0",
"capitalize": "^1.0.0",
"codecov.io": "^0.1.6",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "https://github.com/sharvit/gulp-gh-pages.git",
"gulp-header": "^1.7.1",
"gulp-inject": "^3.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.1.0",
"gulp-markdown": "^1.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.11.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.1",
"gulp-webserver": "^0.9.1",
"jasmine": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"streamqueue": "^1.1.1"
},
"dependencies": {
"angular": "^1.4.0",
"angular-ui-bootstrap": "^1.1.0"
}
}