mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:47:23 -05:00
28 lines
566 B
JSON
28 lines
566 B
JSON
{
|
|
"name": "find-root",
|
|
"author": "AgileMD <hello@agilemd.com>",
|
|
"contributors": [
|
|
"jden <jason@denizac.org>"
|
|
],
|
|
"version": "1.0.0",
|
|
"description": "find the closest package.json",
|
|
"keywords": [
|
|
"package",
|
|
"module",
|
|
"base",
|
|
"root"
|
|
],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node node_modules/mocha/bin/mocha"
|
|
},
|
|
"repository": "git@github.com:agilemd/find-root.git",
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"devDependencies": {
|
|
"chai": "~1.6.0",
|
|
"mocha": "~1.9.0",
|
|
"moquire": "~1.5.4"
|
|
}
|
|
}
|