mirror of
https://github.com/bigchaindb/stylelint-config-bigchaindb.git
synced 2024-12-28 07:37:48 +01:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"name": "stylelint-config-bigchaindb",
|
|
"version": "1.1.1",
|
|
"description": "For consistent CSS across BigchainDB, IPDB & ascribe's repos.",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "eslint . --ignore-path .gitignore",
|
|
"release": "./node_modules/release-it/bin/release.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
|
|
"release-minor": "./node_modules/release-it/bin/release.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
|
|
"release-major": "./node_modules/release-it/bin/release.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bigchaindb/stylelint-config-bigchaindb.git"
|
|
},
|
|
"author": {
|
|
"name": "Matthias Kretschmann",
|
|
"email": "matthias@bigchaindb.com"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/bigchaindb/stylelint-config-bigchaindb/issues"
|
|
},
|
|
"homepage": "https://github.com/bigchaindb/stylelint-config-bigchaindb#readme",
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.2.3",
|
|
"eslint": "^4.1.0",
|
|
"eslint-config-ascribe": "^3.0.4",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"release-it": "^2.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"stylelint": "^8.0.0",
|
|
"stylelint-config-standard": "^17.0.0"
|
|
}
|
|
}
|