forked from Adalab/project-promo-i-module-1-team-2-morning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "adalab-web-starter-kit",
"version": "2.0.2",
"description": "Adalab web starter kit",
"dependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "*",
"gulp-clean-css": "*",
"gulp-combine-mq": "*",
"gulp-concat": "*",
"gulp-html-partial": "git+https://github.com/adalab/gulp-html-partial.git#v1.0.2",
"gulp-notify": "*",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "*",
"gulp-uglify-es": "^2.0.0",
"gulp-zip": "*",
"run-sequence": "*"
},
"scripts": {
"start": "gulp",
"docs": "rm -rf docs && gulp docs",
"push-docs": "rm -rf docs && gulp docs && git add docs/* && git commit -m \"Update docs\" && git push",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Adalab/Adalab-web-starter-kit.git"
},
"author": "Adalab",
"license": "MIT",
"homepage": "https://github.com/Adalab/Adalab-web-starter-kit"
}