-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.85 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
{
"name": "angular-material-boilerplate",
"version": "1.0.0",
"author": "Cathal Mac Donnacha",
"description": "A straightforward and well structured boilerplate based on Google's Angular Material project.",
"license": "MIT",
"homepage": "https://github.com/cmacdonnacha/angular-material-boilerplate",
"scripts": {
"start": "gulp",
"test": "gulp test",
"unit": "gulp unit",
"e2e": "gulp e2e",
"eslint": "gulp eslint",
"coverage": "gulp coverage",
"build": "gulp build",
"postinstall": "gulp webdriver-update"
},
"dependencies": {
"angular": "~1.8.0",
"angular-animate": "~1.5.0",
"angular-aria": "~1.5.0",
"angular-local-storage": "^0.5.2",
"angular-material": "^1.1.3",
"angular-resource": "^1.6.2",
"angular-ui-router": "^0.4.2",
"material-design-icons": "^3.0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"angular-mocks": "^1.6.2",
"async": "^2.1.2",
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"del": "^2.2.2",
"eslint-plugin-angular": "^1.5.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-clean-css": "^3.0.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-protractor": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}