forked from jonasmalacofilho/robrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 870 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 870 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
{
"name": "robrt",
"version": "0.0.1-alpha.1",
"description": "A robot that listens to GitHub events and deploys stuff",
"bin": {
"robrt": "robrt"
},
"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"
},
"scripts": {
"prepublish": "[ \"$npm_config_dev\" = \"true\" ] && exit 0; echo '=> Compiling (Haxe -> JS)'; haxe build.hxml"
}
}