-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 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
43
44
45
46
47
48
49
{
"name": "tada",
"version": "0.2.4",
"dependencies": {
"glob": "3.2.9",
"js-yaml": "3.0.2",
"consoloid-framework": "*",
"consoloid-console": "*",
"consoloid-server": "*",
"consoloid-os": "*",
"commander": "2.2.0",
"gitty": "git://github.com/agmen-hu/gitty#version_3"
},
"description": "Modern user interface for multiple version control repository projects",
"homepage": "https://github.com/agmen-hu/tada",
"license": "MIT",
"author": {
"name": "dev.agmen.hu Ltd.",
"email": "[email protected]",
"url": "https://agmen.hu"
},
"contributors": [
{
"name": "Szilard Novaki",
"email": "[email protected]"
},
{
"name": "Attila Hendrich",
"email": "[email protected]"
},
{
"name": "Gabor Kiss",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/agmen-hu/tada/issues"
},
"bin" : {
"tada" : "./tada"
},
"engines": {
"node": ">=0.8",
"npm": ">=1.2.0"
},
"scripts": {
"test": "./test -g src"
}
}