-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
132 lines (132 loc) · 3.61 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "Angularis",
"version": "1.0.0",
"author": "Alex Kryzhanovskyy <alex@kryzh.com>",
"description": "AnbgularJS boilerplate.",
"repository": {
"type": "git",
"url": "https://github.com/AlexKryzh/angular-seed-amplified"
},
"keywords": [
"gulp",
"EcmaScript2015",
"browserify",
"bootstrap",
"angular",
"sass",
"karma",
"protractor",
"browser-sync"
],
"private": true,
"license": "UNLICENSED",
"engines": {
"node": "~4.4.x"
},
"dependencies": {
"angular": "1.5",
"angular-cookies": "1.5",
"angular-dynamic-locale": "^0.1.29",
"angular-i18n": "1.5",
"angular-mocks": "1.5",
"angular-sanitize": "1.5",
"angular-translate": "^2.8.1",
"angular-translate-handler-log": "^2.8.1",
"angular-translate-loader-static-files": "^2.8.1",
"angular-translate-storage-cookie": "^2.8.1",
"angular-translate-storage-local": "^2.8.1",
"angular-ui-router": "^0.3.1",
"bootstrap-sass": "^3.3.6",
"oclazyload": "^1.0.9"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.11.6",
"babelify": "^7.2.0",
"brfs": "^1.2.0",
"browser-sync": "^2.7.6",
"browserify": "^13.1.0",
"browserify-istanbul": "^2.0.0",
"browserify-ngannotate": "^2.0.0",
"bulk-require": "^1.0.0",
"bulkify": "^1.1.1",
"del": "^2.1.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-cachebust": "^0.0.6",
"gulp-changed": "^1.0.0",
"gulp-consolidate": "^0.2.0",
"gulp-css-to-js": "^0.0.1",
"gulp-csso": "^2.0.0",
"gulp-filesize": "^0.0.6",
"gulp-folders": "^1.1.0",
"gulp-gzip": "^1.2.0",
"gulp-help": "^1.6.1",
"gulp-htmlhint": "^0.3.1",
"gulp-htmlmin": "^2.0.0",
"gulp-iconfont": "^8.0.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.2",
"gulp-inject": "^4.1.0",
"gulp-inline-fonts": "^1.0.1",
"gulp-jshint": "^2.0.1",
"gulp-jsonlint": "^1.1.1",
"gulp-jsonminify": "^1.0.0",
"gulp-ng-constant": "^1.1.0",
"gulp-notify": "^2.0.0",
"gulp-open": "^2.0.0",
"gulp-plato": "^1.0.2",
"gulp-protractor": "^3.0.0",
"gulp-real-favicon": "^0.2.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-strip-css-comments": "^1.2.0",
"gulp-uglify": "^2.0.0",
"gulp-uncss": "^1.0.4",
"gulp-util": "^3.0.1",
"imagemin-pngcrush": "^5.0.0",
"install": "^0.8.1",
"isparta": "^4.0.0",
"istanbul": "^0.4.4",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.1.0",
"karma": "^1.1.2",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-sauce-launcher": "^1.0.0",
"lodash": "^4.14.1",
"merge-stream": "^1.0.0",
"path": "^0.12.7",
"pretty-hrtime": "^1.0.1",
"protractor": "^4.0.2",
"run-sequence": "^1.1.5",
"tiny-lr": "^0.2.1",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp test",
"webdriver-update": "./node_modules/.bin/webdriver-manager update",
"postinstall": "npm outdated",
"preprotractor": "webdriver-manager update",
"protractor": "protractor test/protractor.conf.js"
},
"babel": {
"presets": [
"es2015"
]
}
}