smaylik
Version:
Parse text emoticons and replace them by graphics. Make platform for generate css from png and configs
51 lines (50 loc) • 1.19 kB
JSON
{
"name": "smaylik",
"description": "Parse text emoticons and replace them by graphics. Make platform for generate css from png and configs",
"version": "0.2.2",
"maintainers": {
"email": "Aleksandr Boichenko <banzalik@gmail.com>"
},
"repository": {
"type": "git",
"url": "git://github.com:banzalik/smaylik-npm.git"
},
"keywords": [
"emoticon",
"smily",
"smilies",
"emotify",
"parser",
"emoji",
"skype"
],
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.2.32"
},
"dependencies": {
"colors": "^0.6.2",
"commander": "^2.2.0",
"inherit": "^2.2.2",
"lodash": "^2.4.1",
"mime": "^1.2.11",
"vow": "^0.3.13",
"vow-fs": "^0.3.2"
},
"devDependencies": {
"smaylik": "git://github.com/banzalik/smaylik.git"
},
"bin": {
"smaylik": "./bin/smaylik"
},
"directories": {
"lib": "./lib"
},
"scripts": {},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}