-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 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
{
"name": "javascript-30-challenge",
"version": "1.0.0",
"description": "Completed tasks of JavaScript30 challenge",
"scripts": {
"start": "gulp",
"build": "gulp build",
"server": "gulp server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/venskou/JavaScript30.git"
},
"author": {
"name": "Uladzislau Vensko",
"email": "ulad.vensko@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/venskou/JavaScript30/issues"
},
"homepage": "https://github.com/venskou/JavaScript30#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-babel": "^8.0.0",
"gulp-htmlhint": "^2.2.1",
"gulp-plumber": "^1.2.1",
"gulp-pretty-html": "^2.0.10",
"gulp-rimraf": "^1.0.0",
"gulp-sass": "^4.0.2",
"js-yaml": "^3.13.1"
},
"dependencies": {},
"browserslist": [
"last 2 versions",
"IE 11"
]
}