-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.44 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
{
"name": "Engage-Tech-Back-end-Coding-Test",
"description": "Back-end Coding Test for Engage Tech applicants",
"version": "2.0.0",
"license": "Commercial",
"private": false,
"scripts": {
"build": "gulp dev"
},
"engines": {
"node": ">=0.10.26 <4.4.4"
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2016": "^6.22.0",
"babelify": "^7.2.0",
"browserify": "^13.3.0",
"del": "^2.2.0",
"event-stream": "^3.3.2",
"find-parent-dir": "^0.3.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-consolidate": "^0.2.0",
"gulp-eslint": "^3.0.1",
"gulp-filesize": "0.0.6",
"gulp-git": "^1.7.0",
"gulp-htmlhint": "^0.3.1",
"gulp-htmlmin": "^3.0.0",
"gulp-iconfont": "^8.0.0",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-ng-html2js": "^0.2.2",
"gulp-ng-templates": "0.0.10",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.5",
"less-plugin-clean-css": "^1.5.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"prompt-sync": "^4.1.4",
"swig": "^1.4.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"devDependencies": {
"gulp-connect": "^5.0.0"
}
}