12345678910111213141516 |
- {
- "name": "say",
- "description": "TTS (Text To Speech) Module for Node.js",
- "version": "0.12.0",
- "author": "Marak Squires",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "http://github.com/Marak/say.js.git"
- },
- "typings": "index.d.ts",
- "engines": {
- "node": ">=0.10.0"
- }
- }
|