-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 937 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
46
47
{
"name": "joola.cli",
"version": "0.0.8",
"author": "Itay Weinberger <[email protected]>",
"description": "CLI Client for Joola",
"engine": "node >= 0.10.x",
"repository": {
"type": "git",
"url": "https://github.com/joola/joola.cli.git"
},
"bugs": "https://github.com/joola/joola.cli/issues",
"contributors": [
{
"name": "Itay Weinberger",
"email": "[email protected]",
"url": "http://joo.la"
}
],
"scripts": {
"coveralls": "make coveralls"
},
"bin": {
"joola": "./joola"
},
"dependencies": {
"joola.sdk": "^0.8.2",
"repl.history": "^0.1.1",
"commander": "^2.1.0"
},
"devDependencies": {
"coveralls": "*",
"should": "*",
"mocha": "*",
"istanbul": "*",
"sinon": "*",
"chai": "*",
"sinon-chai": "2.3.1",
"expect": "*",
"underscore": "*",
"jshint": "*"
},
"keywords": [
"joola",
"CLI"
],
"license": "MIT"
}