forked from eugenewolf507/dehack2018tr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 910 Bytes
/
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
{
"name": "dehack-18-trostjanets-cycle",
"version": "1.0.0",
"description": "",
"main": "script.js",
"scripts": {
"start": "gulp start",
"template-gulp": "gulp gulp-template"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DmytroIE/JS_Homework_12.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DmytroIE/JS_Homework_12/issues"
},
"homepage": "https://github.com/DmytroIE/JS_Homework_12#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"browser-sync": "^2.26.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-postcss": "^8.0.0",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^4.0.1",
"gulp-shell": "^0.6.5",
"run-sequence": "^2.2.1"
},
"dependencies": {
"handlebars": "^4.0.12"
}
}