-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 867 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 867 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
34
35
{
"name": "docker-transfer",
"version": "0.1.0",
"description": "A decentralized marketplace for computing power",
"main": "build/main.js",
"scripts": {
"build": "babel src --out-dir build --source-maps-inline",
"watch": "babel src --watch --out-dir build --source-maps-inline",
"clean": "rm build/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dccp/docker-transfer"
},
"keywords": [
"zeppelin",
"ethereum"
],
"author": "Doktor Träd",
"license": "MIT",
"bugs": {
"url": "https://github.com/dccp/docker-transfer/issues"
},
"homepage": "https://github.com/dccp",
"devDependencies": {
"babel": "^4.7.16"
},
"dependencies": {
"dockerode": "^2.1.1",
"moment": "^2.10.2",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"socket.io-stream": "^0.6.1"
}
}