hof-dotfiles
Version:
Common dotfiles for HOF
49 lines (48 loc) • 1.13 kB
JSON
{
"name": "hof-dotfiles",
"version": "2.0.0",
"description": "Common dotfiles for HOF",
"main": "index.js",
"bin": {
"hof-dotfiles": "./bin/index"
},
"scripts": {
"test": "NODE_ENV=test mocha",
"test:ci": "npm run lint && npm run style && npm run test",
"lint": "eslint .",
"style": "jscs **/* --config=./.jscsrc",
"postinstall": "./bin/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UKHomeOffice/hof-dotfiles.git"
},
"keywords": [
"dotfiles",
"HOF"
],
"engines": ">= 4.4.2",
"author": "HomeOffice",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/UKHomeOffice/hof-dotfiles/issues"
},
"homepage": "https://github.com/UKHomeOffice/hof-dotfiles#readme",
"devDependencies": {
"chai": "^3.0.0",
"eslint": "^0.23.0",
"eslint-config-homeoffice": "^0.1.4",
"jscs": "^1.13.1",
"mocha": "^2.2.5",
"pre-commit": "^1.0.10",
"proxyquire": "^1.7.9",
"sinomocha": "^0.2.4",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0"
},
"pre-commit": [
"lint",
"style",
"test"
]
}