package.json 795 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "signablephp",
  3. "version": "1.0.0",
  4. "description": "Contract generator.",
  5. "main": "index.js",
  6. "scripts": {
  7. "postcss:watch": "postcss data/more-data/css/main.css -o data/style.min.css -w",
  8. "postcss:build": "postcss data/more-data/css/main.css -o data/style.min.css"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/nonsalant/signablephp.git"
  13. },
  14. "keywords": [],
  15. "author": "Stefan Matei",
  16. "license": "ISC",
  17. "bugs": {
  18. "url": "https://github.com/nonsalant/signablephp/issues"
  19. },
  20. "homepage": "https://github.com/nonsalant/signablephp#readme",
  21. "devDependencies": {
  22. "cssnano": "^5.1.14",
  23. "postcss-cli": "^10.0.0",
  24. "postcss-import": "^15.0.0",
  25. "postcss-nested": "^6.0.0",
  26. "postcss-preset-env": "^7.8.2"
  27. }
  28. }