flex/package.json

34 lines
850 B
JSON
Raw Normal View History

2016-02-03 16:32:25 +01:00
{
"name": "flex",
2016-11-16 04:16:07 +01:00
"version": "2.1.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",
"build": "node_modules/gulp/bin/gulp.js default"
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": {
2016-04-23 08:14:54 +02:00
"font-awesome": "^4.6.1",
2018-06-24 03:54:37 +02:00
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.3",
"gulp-less": "^3.5.0",
"gulp-rename": "^1.3.0"
2016-02-03 16:32:25 +01:00
}
}