package.json 850 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "flex",
  3. "version": "2.1.0",
  4. "description": "A minimalist Pelican theme",
  5. "main": "gulpfile.js",
  6. "directories": {
  7. "test": "tests"
  8. },
  9. "scripts": {
  10. "test": "source venv/bin/activate && pip install pelican markdown && pelican -s tests/pelicanconf.py && deactivate",
  11. "build": "node_modules/gulp/bin/gulp.js default"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/alexandrevicenzi/Flex.git"
  16. },
  17. "keywords": [
  18. "pelican"
  19. ],
  20. "author": "Alexandre Vicenzi",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/alexandrevicenzi/Flex/issues"
  24. },
  25. "homepage": "https://github.com/alexandrevicenzi/Flex#readme",
  26. "dependencies": {
  27. "font-awesome": "^4.6.1",
  28. "gulp": "^3.9.1",
  29. "gulp-cssnano": "^2.1.3",
  30. "gulp-less": "^3.5.0",
  31. "gulp-rename": "^1.3.0"
  32. }
  33. }