source: trip-planner-front/node_modules/text-table/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "text-table",
3 "version": "0.2.0",
4 "description": "borderless text tables with alignment",
5 "main": "index.js",
6 "devDependencies": {
7 "tap": "~0.4.0",
8 "tape": "~1.0.2",
9 "cli-color": "~0.2.3"
10 },
11 "scripts": {
12 "test": "tap test/*.js"
13 },
14 "testling" : {
15 "files" : "test/*.js",
16 "browsers" : [
17 "ie/6..latest",
18 "chrome/20..latest",
19 "firefox/10..latest",
20 "safari/latest",
21 "opera/11.0..latest",
22 "iphone/6", "ipad/6"
23 ]
24 },
25 "repository": {
26 "type": "git",
27 "url": "git://github.com/substack/text-table.git"
28 },
29 "homepage": "https://github.com/substack/text-table",
30 "keywords": [
31 "text",
32 "table",
33 "align",
34 "ascii",
35 "rows",
36 "tabular"
37 ],
38 "author": {
39 "name": "James Halliday",
40 "email": "mail@substack.net",
41 "url": "http://substack.net"
42 },
43 "license": "MIT"
44}
Note: See TracBrowser for help on using the repository browser.