-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (41 loc) · 1.04 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
{
"author": "FriendCode",
"name": "codebox-io",
"description": "Command line tool for CodeBox (codebox.io).",
"version": "0.2.1",
"keywords": [
"codebox", "dev", "cloud"
],
"homepage": "https://www.codebox.io",
"bugs": "https://github.com/FriendCode/codebox-client/issues",
"dependencies": {
"commander": "1.1.1",
"underscore": "1.4.4",
"q": "0.9.6",
"cat-settings": "0.9.1",
"request": "2.27.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/FriendCode/codebox-client.git"
},
"bin": {
"codebox-io": "bin/codebox.js"
},
"contributors": [
{
"name": "Samy Pesse",
"email": "[email protected]",
"url": "http://samypesse.fr"
},
{
"name": "Aaron O'Mullan",
"email": "[email protected]",
"url": "https://friendco.de"
}
]
}