UNPKG

dbay-cmudict

Version:

An SQLite version of the CMU Pronouncing Dictionary, a DBay demo project

43 lines 1 kB
{ "name": "dbay-cmudict", "version": "0.3.0", "description": "An SQLite version of the CMU Pronouncing Dictionary, a DBay demo project", "main": "lib/main.js", "repository": { "type": "git", "url": "git+https://github.com/loveencounterflow/dbay-cmudict.git" }, "keywords": [ "sql", "sqlite", "db", "cmu", "cmudict", "IPA", "pronounciation", "arpabet", "yesql" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/loveencounterflow/dbay-cmudict/issues" }, "homepage": "https://github.com/loveencounterflow/dbay-cmudict#readme", "dependencies": { "britfone": "100.0.1", "cnd": "9.2.2", "guy": "2.5.0", "intertype": "7.6.7" }, "devDependencies": { "dbay": "0.111.0" }, "peerDependencies": { "dbay": "^0.109.0" }, "scripts": { "build": "coffee --map -o lib -c src", "test": "echo see 'https://github.com/loveencounterflow/hengist/tree/master/dev/dbay-cmudict'" } }