Skip to content

Commit

Permalink
feat(dockerode): dockerode
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Sep 16, 2017
1 parent 1efd1d5 commit b713cba
Show file tree
Hide file tree
Showing 6 changed files with 374 additions and 185 deletions.
192 changes: 176 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -54,6 +54,7 @@
}, },
"homepage": "https://github.com/bleenco/abstruse#readme", "homepage": "https://github.com/bleenco/abstruse#readme",
"dependencies": { "dependencies": {
"dockerode": "^2.5.1",
"knex": "^0.13.0", "knex": "^0.13.0",
"node-pty": "^0.7.0", "node-pty": "^0.7.0",
"sqlite3": "3.1.10" "sqlite3": "3.1.10"
Expand All @@ -78,6 +79,7 @@
"@types/chalk": "^0.4.31", "@types/chalk": "^0.4.31",
"@types/cors": "^2.8.1", "@types/cors": "^2.8.1",
"@types/d3": "^4.10.0", "@types/d3": "^4.10.0",
"@types/dockerode": "^2.5.0",
"@types/express": "^4.0.37", "@types/express": "^4.0.37",
"@types/express-session": "^1.15.3", "@types/express-session": "^1.15.3",
"@types/jasmine": "^2.5.54", "@types/jasmine": "^2.5.54",
Expand Down

0 comments on commit b713cba

Please sign in to comment.