-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
73 lines (73 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
67
68
69
70
71
72
73
{
"name": "angular-material-calendar",
"version": "0.2.14",
"description": "A calendar directive for AngularJS and Angular Material Design",
"keywords": [
"angular",
"material",
"design",
"calendar",
"ngCalendar",
"mdCalendar",
"calendarMd",
"calendar-md",
"md-calendar",
"ng-calendar"
],
"main": "gulpfile.js",
"scripts": {
"test": "karma start --single-run && gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/bradberger/material-calendar.git"
},
"maintainers": [
"Brad Berger <[email protected]>",
"Gavin Barron <[email protected]>"
],
"contributors": [
"Brad Berger <[email protected]>",
"Gavin Barron <[email protected]>",
"Dave Gavigan <[email protected]>"
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/bradberger/material-calendar/issues"
},
"devDependencies": {
"angular-mocks": "~1.4",
"eslint": "~1.4",
"gulp": "~3.9",
"gulp-autoprefixer": "~2.3",
"gulp-connect": "~2.2",
"gulp-eslint": "~1.0",
"gulp-file-insert": "~1.0",
"gulp-htmlmin": "~1.1",
"gulp-minify-css": "~1.2",
"gulp-minify-html": "~1.0",
"gulp-protractor": "~1.0",
"gulp-rename": "~1.2",
"gulp-replace": "~0.5",
"gulp-sass": "~2.0",
"gulp-size": "~2.0",
"gulp-uglify": "~1.2",
"karma": "~0.13",
"karma-chrome-launcher": "~0.2",
"karma-coverage": "~0.5",
"karma-coveralls": "~1.1",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.3",
"node-sass": "^3.3",
"protractor": "~2.2",
"replacestream": "~4.0",
"run-sequence": "~1.1"
},
"dependencies": {
"angular": "~1.4",
"angular-animate": "~1.4",
"angular-aria": "~1.4",
"angular-sanitize": "~1.4",
"angular-material": "~0.11"
}
}