UNPKG

phonemenon

Version:

A collection of modules and scripts for doing things with phonemes.

31 lines (30 loc) 665 B
{ "name": "phonemenon", "version": "1.3.2", "description": "A collection of modules and scripts for doing things with phonemes.", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:jimkang/phonemenon.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "phonemes", "syllables" ], "author": "Jim Kang", "license": "ISC", "dependencies": { "conform-async": "^1.1.1", "lodash.pluck": "^3.1.2", "nomnom": "^1.8.0", "phoneme-types": "~1.0.0", "split": "~0.3.0", "through2": "~0.4.1" }, "devDependencies": { "tape": "^4.0.0" } }