package.json 312 B

12345678910111213141516
  1. {
  2. "name": "say",
  3. "description": "TTS (Text To Speech) Module for Node.js",
  4. "version": "0.12.0",
  5. "author": "Marak Squires",
  6. "license": "MIT",
  7. "repository": {
  8. "type": "git",
  9. "url": "http://github.com/Marak/say.js.git"
  10. },
  11. "typings": "index.d.ts",
  12. "engines": {
  13. "node": ">=0.10.0"
  14. }
  15. }