This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/2017/web/themes/dcb2017/package.json

19 lines
434 B
JSON

{
"name": "dcb2017_theme",
"version": "1.0.0",
"description": "A theme for new Drupalcamp Bristol site.",
"main": "gulpfile.js",
"author": "",
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2"
},
"scripts": {
"postinstall": "find node_modules/ -name '*.info' -type f -delete"
}
}