-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 967 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
38
{
"name": "goodtogo",
"version": "1.0.1",
"description": "goodtogo official website",
"main": "index.js",
"scripts": {
"deploy": "bash deploy.sh",
"build": "gulp build",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LastLongerProject/goodtogo_main.git"
},
"author": "LastLongerProject",
"license": "ISC",
"bugs": {
"url": "https://github.com/LastLongerProject/goodtogo_main/issues"
},
"homepage": "https://github.com/LastLongerProject/goodtogo_main#readme",
"devDependencies": {
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.9",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-notify": "^4.0.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"postcss": "^8.4.13",
"sass": "^1.51.0"
},
"dependencies": {
"bootstrap-sass": "^3.4.1"
}
}