-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 823 Bytes
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
{
"name": "robrt",
"version": "0.0.2-dev",
"description": "A robot that listens to GitHub events and deploys stuff",
"bin": {
"robrt": "robrt.js"
},
"main": "robrt.js",
"directories": {
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonasmalacofilho/robrt.git"
},
"author": "Jonas Malaco Filho <jonas@elebeta.com.br> (https://jonasmalaco.com)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jonasmalacofilho/robrt/issues"
},
"homepage": "https://github.com/jonasmalacofilho/robrt#readme",
"dependencies": {
"dockerode": "^2.2.6",
"docopt": "^0.6.2",
"mkdir-p": "0.0.7",
"ncp": "^2.0.0",
"remove": "^0.1.5",
"source-map-support": "^0.4.11"
},
"scripts": {
"prepare": "haxe build.hxml"
}
}