apc-style
Version:
Code Style rules for APC projects
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "apc-style",
"version": "1.4.0",
"description": "Code Style rules for APC projects",
"main": "index.js",
"scripts": {
"test": "yarn lint && mocha",
"lint": "eslint test/*",
"postinstall": "node install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/APCOvernight/apc-style.git"
},
"keywords": [
"style",
"guide",
"lint",
"es6",
"js",
"scss",
"pug"
],
"author": "Ian Egner <ian.egner@apc-overnight.com> (https://twitter.com/ianegner)",
"license": "MIT",
"bugs": {
"url": "https://github.com/APCOvernight/apc-style/issues"
},
"homepage": "https://github.com/APCOvernight/apc-style#readme",
"engines": {
"yarn": "^1.0.0"
},
"dependencies": {
"eslint-config-apc": "^1.3.0",
"gently-copy": "^2.3.1",
"opn": "^5.3.0",
"pug-lint": "2.5.0",
"sass-lint": "1.12.1"
},
"resolutions": {
"sass-lint/merge": "1.2.1"
},
"devDependencies": {
"apc-test": "1.1.0"
}
}