forked from cozy-labs/cozy-clis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 964 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
{
"name": "cozy-clis",
"description": "",
"keywords": [],
"version": "0.1.11",
"bin": {
"cozy-clis": "./bin/cozy-clis"
},
"licenses": [
{
"type": "LGPL v3",
"url": "https://github.com/frankrousseau/cozy-clis/blob/master/LICENSE"
}
],
"homepage": "https://github.com/frankrousseau/cozy-clis/",
"bugs": {
"url": "https://github.com/frankrousseau/cozy-clis/issues"
},
"author": "Cozy Cloud <contact@cozycloud.cc> (http://cozycloud.cc)",
"contributors": [],
"engines": {},
"main": "./main.js",
"dependencies": {
"docopt": "git://github.com/frankrousseau/docopt.coffee.git",
"request-json": "0.4.4",
"printit": "0.1.2"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"scripts": {
"prepublish": "cake build",
"test": "cake tests"
},
"repository": {
"type": "git",
"url": "git://github.com/frankrousseau/request-json.git"
},
"optionalDependencies": {}
}