aboutsummaryrefslogtreecommitdiff
path: root/node_modules/window-size/package.json
blob: 78ad50f0638a6bd1cb10df037090386bfe229361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "name": "window-size",
  "description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
  "version": "0.1.0",
  "homepage": "https://github.com/jonschlinkert/window-size",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jonschlinkert/window-size.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/window-size/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jonschlinkert/window-size/blob/master/LICENSE-MIT"
    }
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "keywords": [
    "window",
    "console",
    "terminal",
    "tty"
  ]
}