text-mode
Version:
Character based display for the DOM
29 lines (28 loc) • 601 B
JSON
{
"name": "text-mode",
"version": "0.1.2",
"description": "Character based display for the DOM",
"homepage": "https://github.com/nrkn/text-node",
"repository": {
"type": "git",
"url": "git://github.com/nrkn/text-mode.git"
},
"main": "index.js",
"scripts": {
"build": "grunt"
},
"keywords": [
"textmode",
"text",
"terminal",
"console"
],
"author": "Nik Coughlin <nrkn.com@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-contrib-uglify": "^0.9.1"
}
}