chore(package): re-init package with commitizen and standard-release

This commit is contained in:
Pavel Pertsev
2018-05-16 12:54:46 +03:00
parent cb4e7a5643
commit eaf2328575
10640 changed files with 609660 additions and 117 deletions

27
node_modules/find-root/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"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"
}
}