This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/themes/dcb2017/package.json

20 lines
434 B
JSON
Raw Normal View History

2017-03-31 11:22:46 +00:00
{
"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"
}
}