blob: 6394541bfabb41b7e2f91b838b50ce56ff2dd943 [file] [log] [blame]
{
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"description": "borderless text tables with alignment",
"devDependencies": {
"cli-color": "~0.2.3",
"tap": "~0.4.0",
"tape": "~1.0.2"
},
"homepage": "https://github.com/substack/text-table",
"keywords": [
"text",
"table",
"align",
"ascii",
"rows",
"tabular"
],
"license": "MIT",
"main": "index.js",
"name": "text-table",
"repository": {
"type": "git",
"url": "git://github.com/substack/text-table.git"
},
"scripts": {
"test": "tap test/*.js"
},
"testling": {
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
],
"files": "test/*.js"
},
"version": "0.2.0"
}