-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 loc) · 1.09 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "terminal",
"description": "A collection of different terminal utility functions.",
"version": "0.1.5",
"author": "Cloudkick, Inc. <[email protected]> http://www.cloudkick.com",
"contributors": [
{
"name": "Tomaz Muraus",
"email": "[email protected]",
"url": "http://www.tomaz.me"
},
{
"name": "Russell Haering",
"email": "[email protected]",
"url": "http://russellhaering.com"
}
],
"keywords": [ "terminal", "term", "colors", "style" ],
"homepage": "https://github.com/cloudkick/node-terminal",
"licenses" : [
{
"type" : "Apache",
"url" : "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"repository": {
"type": "git",
"url": "git://github.com/cloudkick/node-terminal.git"
},
"main": "./lib/index",
"directories": {
"lib": "./lib",
"example": "./example"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"sprintf": ">= 0.1.1"
},
"devDependencies": {
"whiskey": "= 0.8.3"
},
"engines": {
"node": ">= 0.4.0"
},
"main": "./index"
}