forked from martoncsukas/backend-coding-test
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 832 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 832 Bytes
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
{
"name": "AlchemyTec-Back-end-Coding-Test",
"description": "Back-end Coding Test for AlchemyTec applicants",
"version": "2.0.0",
"license": "Commercial",
"private": false,
"scripts": {
"start": "gulp dev"
},
"engines": {
"node": ">=0.10.26 <0.11"
},
"devDependencies": {
"browserify": "latest",
"gulp": "latest",
"gulp-clean": "latest",
"gulp-filesize": "latest",
"gulp-foreach": "latest",
"gulp-if": "latest",
"gulp-inject-string": "latest",
"gulp-less": "latest",
"gulp-minify-html": "latest",
"gulp-ng-html2js": "latest",
"gulp-ng-templates": "latest",
"gulp-rename": "latest",
"gulp-size": "latest",
"gulp-sourcemaps": "latest",
"gulp-sync": "latest",
"gulp-uglify": "latest",
"less-plugin-clean-css": "latest",
"vinyl-buffer": "latest",
"vinyl-source-stream": "latest"
}
}