-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (36 loc) · 915 Bytes
/
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
{
"name": "command.io",
"version": "0.2.0",
"description": "Console io provider for running Node.JS applications.",
"authors": {
"name": "Vincent Peybernes",
"email": "[email protected]",
"url":"https://plus.google.com/117597625821202130678?rel=author"
},
"contributor":[
{
"name": "Thomas Pons",
"url": "https://plus.google.com/115159838059233776202?rel=author"
}
],
"main": "libs/commandio.js",
"homepage": "https://github.com/Techniv/node-command-io",
"license": "MIT",
"keywords": ["console", "command", "stdin", "console io"],
"repository":{
"type": "git",
"url": "https://github.com/Techniv/node-command-io.git"
},
"bugs": {
"url": "https://github.com/Techniv/node-command-io/issues"
},
"engine": {"node": ">=0.8.*"},
"dependencies": {
"colors": "0.6.x"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-nodeunit": "*",
"nodeunit": "*"
}
}