{ "name": "just", "version": "1.0.0", "description": "A library of simple dependency-free utilities that do just do one thing", "main": "index.js", "directories": { "test": "test" }, "devDependencies": { "eslint": "^5.14.1", "lerna": "^3.14.1", "tap-spec": "^5.0.0", "tape": "^4.6.0" }, "scripts": { "lint": "eslint .", "test": "npm run lint && tape ./test/**/index.js | tap-spec" }, "repository": { "type": "git", "url": "git+https://github.com/angus-c/just.git" }, "keywords": [ "node", "array", "object", "function" ], "author": "Angus Croll", "license": "MIT", "bugs": { "url": "https://github.com/angus-c/just/issues" }, "homepage": "https://github.com/angus-c/just#readme", "dependencies": { "test": "^0.6.0" } }