leeted
Version:
A sprite editor for terminal application. ASCII Art, UTF8 Art & ANSI Art are supported.
46 lines (45 loc) • 860 B
JSON
{
"name": "leeted",
"version": "0.2.5",
"description": "A sprite editor for terminal application. ASCII Art, UTF8 Art & ANSI Art are supported.",
"directories": {
"test": "test"
},
"bin": {
"leeted": "./bin/leeted"
},
"dependencies": {
"terminal-kit": "^0.14.5",
"async-kit": "^0.5.9",
"tree-kit": "^0.5.5",
"glob": "^4.0.5"
},
"devDependencies": {
"expect.js": "^0.3.1",
"jshint": "^2.5.5",
"mocha": "^1.21.4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/cronvel/leeted.git"
},
"keywords": [
"sprite",
"editor",
"ascii",
"art",
"utf8",
"ansi",
"elite",
"leet",
"1337"
],
"author": "Cédric Ronvel",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronvel/leeted/issues"
}
}