blob: 32376c39bd428c29df0733f16c1a882c9230ab8e [file] [log] [blame]
{
"name": "marvin_repl",
"version": "0.0.1",
"description": "Marvin REPL",
"main": "index.js",
"scripts": {
"test": "node tests/*.test.js | tap-spec"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"node-docker-api": "^1.1.22",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
}
}