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-node-modules/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "find-node-modules",
"version": "1.0.4",
"description": "Return an array of all parent node_modules directories",
"main": "index.js",
"scripts": {
"test": "node ./test | faucet"
},
"repository": {
"type": "git",
"url": "https://github.com/callumacrae/find-node-modules"
},
"author": "Callum Macrae <callum@macr.ae>",
"license": "MIT",
"bugs": {
"url": "https://github.com/callumacrae/find-node-modules/issues"
},
"homepage": "https://github.com/callumacrae/find-node-modules",
"dependencies": {
"findup-sync": "0.4.2",
"merge": "^1.2.0"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "4.6.0"
}
}