You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
544 B
JSON

{
"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"
}
}