symbols
Version:
String/symbols related helpers
31 lines (30 loc) • 626 B
JSON
{
"name": "symbols",
"version": "0.0.6",
"description": "String/symbols related helpers",
"main": "src/helpers.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/boo1ean/symbols.git"
},
"keywords": [
"symbol",
"helper",
"vowel",
"consonant",
"letters"
],
"author": "Egor Gumenyuk <boo1ean0807@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boo1ean/symbols/issues"
},
"homepage": "https://github.com/boo1ean/symbols",
"devDependencies": {
"should": "~3.1.2",
"mocha": "~1.17.1"
}
}