fdcd9fa344
Set up gulp watch
34 lines
851 B
JSON
34 lines
851 B
JSON
{
|
|
"name": "flex",
|
|
"version": "2.3.0",
|
|
"description": "A minimalist Pelican theme",
|
|
"main": "gulpfile.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "source venv/bin/activate && pip install pelican markdown && pelican -s tests/pelicanconf.py && deactivate",
|
|
"build": "gulp default",
|
|
"watch": "gulp watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alexandrevicenzi/Flex.git"
|
|
},
|
|
"keywords": [
|
|
"pelican"
|
|
],
|
|
"author": "Alexandre Vicenzi",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/alexandrevicenzi/Flex/issues"
|
|
},
|
|
"homepage": "https://github.com/alexandrevicenzi/Flex#readme",
|
|
"dependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-cssnano": "^2.1.3",
|
|
"gulp-less": "^4.0.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-uglify": "^3.0.2"
|
|
}
|
|
}
|