This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.62 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
{
"name": "evident-gulp-build",
"version": "0.2.8",
"description": "shared code for gulp builds",
"keywords": [
"gulp",
"sass",
"browserify",
"typescript",
"angular"
],
"homepage": "https://github.com/EvidentSolutions/evident-gulp-build",
"license": "MIT",
"author": "Juha Komulainen <juha.komulainen@evident.fi>",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git@github.com:EvidentSolutions/evident-gulp-build.git"
},
"dependencies": {
"bower": "1.4.1",
"browserify": "10.2.4",
"browserify-shim": "3.8.8",
"del": "1.2.0",
"envify": "3.4.0",
"es6ify": "1.6.0",
"express": "4.12.4",
"gulp-angular-templatecache": "1.6.0",
"gulp-autoprefixer": "2.3.1",
"gulp-compile-handlebars": "0.5.0",
"gulp-concat-css": "2.2.0",
"gulp-csslint": "0.1.5",
"gulp-git": "1.2.4",
"gulp-gzip": "1.1.0",
"gulp-if": "1.2.5",
"gulp-karma": "0.0.4",
"gulp-livereload": "3.8.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.0.1",
"gulp-protractor": "1.0.0",
"gulp-rename": "1.2.2",
"gulp-rev-all": "0.8.18",
"gulp-sass": "2.0.3",
"gulp-size": "1.2.1",
"gulp-streamify": "0.0.5",
"gulp-tsd": "0.0.4",
"gulp-uglify": "1.2.0",
"gulp-util": "3.0.5",
"karma": "0.12.36",
"karma-browserify": "4.2.1",
"karma-chrome-launcher": "0.1.12",
"karma-jasmine": "0.3.5",
"karma-phantomjs-launcher": "0.2.0",
"lodash": "3.9.3",
"morgan": "1.6.0",
"node-sass": "3.2.0",
"protractor": "2.1.0",
"tsify": "0.13.1",
"vinyl-source-stream": "1.1.0",
"watchify": "3.2.2"
}
}