Docker
Showing
Dockerfile
0 → 100644
| ... | @@ -2,6 +2,9 @@ | ... | @@ -2,6 +2,9 @@ |
| "name": "railgun-network-client", | "name": "railgun-network-client", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "", | "description": "", | ||
| "scripts":{ | |||
| "start": "coffee main.coffee" | |||
| }, | |||
| "main": "index.js", | "main": "index.js", | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -15,6 +18,7 @@ | ... | @@ -15,6 +18,7 @@ |
| "homepage": "https://github.com/railgun-accelerator/railgun-network-client#readme", | "homepage": "https://github.com/railgun-accelerator/railgun-network-client#readme", | ||
| "dependencies": { | "dependencies": { | ||
| "pg": "latest", | "pg": "latest", | ||
| "csv": "latest" | "csv": "latest", | ||
| "coffee-script": "latest" | |||
| } | } | ||
| } | } |
Please register or sign in to comment