UNPKG

566 BJSONView Raw
1{
2 "name": "find-root",
3 "author": "AgileMD <hello@agilemd.com>",
4 "contributors": [
5 "jden <jason@denizac.org>"
6 ],
7 "version": "1.0.0",
8 "description": "find the closest package.json",
9 "keywords": [
10 "package",
11 "module",
12 "base",
13 "root"
14 ],
15 "main": "index.js",
16 "scripts": {
17 "test": "node node_modules/mocha/bin/mocha"
18 },
19 "repository": "git@github.com:agilemd/find-root.git",
20 "license": "MIT",
21 "readmeFilename": "README.md",
22 "devDependencies": {
23 "chai": "~1.6.0",
24 "mocha": "~1.9.0",
25 "moquire": "~1.5.4"
26 }
27}