-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
50 lines (50 loc) · 1.02 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
49
50
{
"name": "ralio",
"description": "command-line client for the rallydev API",
"version": "0.6.1",
"author": {
"name": "Olly Smith",
"email": "[email protected]",
"url": "http://www.oesmith.co.uk"
},
"contributors": [
{
"name": "Igor Escobar",
"email": "[email protected]",
"url": "https://github.com/igorescobar"
},
{
"name": "Tom Garbutt",
"url": "https://github.com/tommg"
}
],
"repository" : {
"type" : "git",
"url" : "https://github.com/oesmith/ralio.git"
},
"engines": [
"node >= 0.7.0"
],
"dependencies": {
"html": "0.0.7",
"request": "2.9.203",
"underscore": "1.3.3",
"q": "0.9.6",
"commander": "1.1.1",
"colors": "0.6.0-1",
"cli-table": "0.0.2",
"temp": "0.4.0",
"editor": "0.0.4"
},
"devDependencies": {
"nock": "0.18.2",
"sinon": "1.4.2",
"sinon-mocha": "0.0.3",
"mocha": "~1.8.1"
},
"scripts": {
"test": "mocha"
},
"bin": "bin/ralio",
"main": "lib/ralio"
}