-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1001 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1001 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
35
36
37
38
39
{
"name": "my-project",
"version": "1.0.0",
"description": "my exam gulp project",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.23.1",
"del": "^3.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglifyjs": "^0.6.2",
"imagemin-pngquant": "^5.0.1",
"material-design-icons": "^3.0.1",
"perm": "^0.1.1",
"sass": "^1.0.0-beta.4"
},
"devDependencies": {
"gulp": "^3.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivandoroshenko/exam.git"
},
"author": "ivandoroshenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/ivandoroshenko/exam/issues"
},
"homepage": "https://github.com/ivandoroshenko/exam#readme"
}