This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
83 lines (83 loc) · 2.52 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
74
75
76
77
78
79
80
81
82
83
{
"name": "ng-accessibility-bar",
"version": "1.2.3",
"description": "Accessibility bar component with high contrast, font adjust and libras",
"main": "index.js",
"scripts": {
"build:prod": "gulp build:prod",
"lint": "./node_modules/.bin/eslint **/*.js",
"prepush": "npm run lint && npm test",
"test": "gulp test:build",
"version:major": "npm version major",
"version:minor": "npm version minor",
"version:patch": "npm version patch"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:viniciuslagedo/ng-accessibility-bar.git"
},
"keywords": [
"angular",
"component",
"accessbility",
"high contrast"
],
"author": "Lucas Stoque and Vinícius Lagêdo",
"license": "MIT",
"homepage": "https://github.com/viniciuslagedo/ng-accessibility-bar",
"devDependencies": {
"hoek": "5.0.3",
"angular": "^1.6.4",
"angular-mocks": "^1.6.4",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.13.0",
"browser-sync-spa": "^1.0.3",
"del": "^2.2.2",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.0.0",
"eslint-plugin-react": "^6.8.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cachebust": "0.0.6",
"gulp-clean-css": "^3.0.4",
"gulp-eslint": "^4.0.0",
"gulp-group-css-media-queries": "^1.2.0",
"gulp-gzip": "^1.4.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.2",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-constant": "^2.0.0-2",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^1.5.4",
"gulp-uncss": "^1.0.6",
"gulp-useref": "^3.1.0",
"husky": "^0.12.0",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-svgo": "^5.2.2",
"jasmine": "^2.6.0",
"jasmine-core": "^2.5.2",
"karma": "^1.4.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"karma-threshold-reporter": "^0.1.15",
"postcss-pxtorem": "^4.0.1",
"run-sequence": "^1.2.2"
}
}