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

40
node_modules/conventional-changelog-jscs/package.json generated vendored Normal file
View File

@@ -0,0 +1,40 @@
{
"name": "conventional-changelog-jscs",
"version": "0.1.0",
"description": "conventional-changelog jscs preset",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
"lint": "jshint *.js --exclude node_modules && jscs *.js",
"test": "mocha && npm run-script lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevemao/conventional-changelog-jscs.git"
},
"keywords": [
"conventional-changelog",
"jscs",
"preset"
],
"author": "Steve Mao",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevemao/conventional-changelog-jscs/issues"
},
"homepage": "https://github.com/stevemao/conventional-changelog-jscs#readme",
"devDependencies": {
"chai": "^3.5.0",
"conventional-changelog-core": "0.0.2",
"coveralls": "^2.11.6",
"istanbul": "^0.4.2",
"jscs": "^2.9.0",
"jshint": "^2.9.1",
"mocha": "*",
"shelljs": "^0.5.3",
"through2": "^2.0.0"
},
"dependencies": {
"q": "^1.4.1"
}
}