mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-15 04:13:07 +00:00
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"name": "bbb",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.8.6",
|
|
"browser-sync": "^2.26.12",
|
|
"gulp": "^4.0.2",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-sourcemaps": "^2.6.5"
|
|
}
|
|
}
|