2016-02-03 16:32:25 +01:00
|
|
|
{
|
|
|
|
"name": "flex",
|
2020-09-19 22:13:12 +02:00
|
|
|
"version": "2.3.0",
|
2016-02-03 16:32:25 +01:00
|
|
|
"description": "A minimalist Pelican theme",
|
|
|
|
"main": "gulpfile.js",
|
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-02-27 05:36:39 +01:00
|
|
|
"test": "source venv/bin/activate && pip install pelican markdown && pelican -s tests/pelicanconf.py && deactivate",
|
2020-05-12 15:15:39 +02:00
|
|
|
"build": "gulp default",
|
|
|
|
"watch": "gulp watch"
|
2016-02-03 16:32:25 +01:00
|
|
|
},
|
|
|
|
"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": {
|
2020-04-20 22:53:34 +02:00
|
|
|
"gulp": "^4.0.2",
|
2018-06-24 03:54:37 +02:00
|
|
|
"gulp-cssnano": "^2.1.3",
|
2020-09-19 22:13:12 +02:00
|
|
|
"gulp-less": "^4.0.1",
|
|
|
|
"gulp-rename": "^2.0.0",
|
2020-04-16 23:49:09 +02:00
|
|
|
"gulp-uglify": "^3.0.2"
|
2016-02-03 16:32:25 +01:00
|
|
|
}
|
|
|
|
}
|