-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "gulp-homework",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OksanaRozsokha/Gulp-homework.git"
},
"author": "oxana",
"license": "ISC",
"bugs": {
"url": "https://github.com/OksanaRozsokha/Gulp-homework/issues"
},
"homepage": "https://github.com/OksanaRozsokha/Gulp-homework#readme",
"dependencies": {
"bootstrap": "^4.0.0-alpha.6",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"owl.carousel": "^2.2.0",
"gulp": "^3.9.1"
},
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp-clean": "^0.3.2",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-rename": "^1.2.2",
"gulp-sync": "^0.1.4",
"gulp-watch": "^4.3.11",
"run-sequence": "^1.2.2"
}
}