-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
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
{
"name": "rc-car-control-system",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "gulp watch",
"build": "gulp",
"css": "gulp css",
"js": "gulp js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Klickmeister/rc-car-control-system.git"
},
"author": "Klickmeister",
"license": "ISC",
"bugs": {
"url": "https://github.com/Klickmeister/rc-car-control-system/issues"
},
"homepage": "https://github.com/Klickmeister/rc-car-control-system#readme",
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"autoprefixer": "^9.5.1",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"cluster": "^0.7.7",
"ejs": "^2.6.1",
"express": "^4.16.4",
"fs": "0.0.1-security",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"http": "0.0.0",
"https": "^1.0.0"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp-nodemon": "^2.4.2"
}
}