{ "name": "nix-devshell", "version": "1.0.1", "description": "A tool for spawning nix-shells with the dependencies exposed in the LD_LIBRARY_PATH", "main": "index.js", "bin": { "devshell": "bin/devshell.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://git.cryto.net/joepie91/nix-devshell.git" }, "keywords": [], "author": "Sven Slootweg", "license": "WTFPL", "dependencies": { "chalk": "^2.0.1", "tmp": "0.0.31" } }