-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 832 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
{
"name": "AdalabWebStarterKit",
"version": "2.0.2",
"description": "Adalab web starter kit",
"dependencies": {
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"eslint": "^4.19.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "*",
"gulp-clean-css": "*",
"gulp-combine-mq": "*",
"gulp-concat": "*",
"gulp-html-partial": "^1.0.1",
"gulp-notify": "*",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "*",
"gulp-uglify": "*",
"gulp-zip": "*",
"run-sequence": "*"
},
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:Adalab/Adalab-web-starter-kit.git"
},
"author": "Adalab",
"license": "MIT",
"homepage": "https://github.com/Adalab/Adalab-web-starter-kit"
}