basant307/AI_Governance_Project
048
1{2 "name": "find-root",3 "author": "jsdnxx",4 "version": "1.1.0",5 "description": "find the closest package.json",6 "keywords": [7 "fs",8 "get",9 "find",10 "closest",11 "package",12 "module",13 "base",14 "root"15 ],16 "main": "index.js",17 "scripts": {18 "pretest": "standard",19 "test": "mocha"20 },21 "repository": "git@github.com:js-n/find-root.git",22 "license": "MIT",23 "readmeFilename": "README.md",24 "devDependencies": {25 "chai": "^4.0.2",26 "mocha": "^3.4.2",27 "moquire": "^1.5.5",28 "standard": "^10.0.2"29 }30}31 