@northbrook/mocha
Version:
Mocha Configuration for Northbrook
47 lines (46 loc) • 1.23 kB
JSON
{
"name": "@northbrook/mocha",
"description": "Mocha Configuration for Northbrook",
"version": "3.1.1",
"author": "Tylor Steinberger <tlsteinberger167@gmail.com>",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"homepage": "https://github.com/northbrookjs/mocha#readme",
"bugs": {
"url": "https://github.com/northbrookjs/mocha/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/northbrookjs/mocha.git"
},
"keywords": [
"mocha",
"northbrook",
"plugin",
"testing"
],
"dependencies": {
"@typed/sequence": "^1.1.0",
"@types/glob-expand": "0.0.30",
"@types/mocha": "^2.2.38",
"@types/node": "^7.0.4",
"buba": "^4.0.2",
"glob-expand": "^0.2.1",
"mocha": "^3.2.0",
"northbrook": "^4.6.0"
},
"devDependencies": {
"@motorcycle/tslint": "^1.2.0",
"tslint": "^4.4.2",
"typescript": "^2.1.5"
},
"scripts": {
"build": "tsc -P tsconfig.build.json",
"commit": "northbrook commit",
"preversion": "npm run build --silent",
"release": "northbrook release",
"test": "npm run test:lint && ts-node test/northbrook.test.ts",
"test:lint": "tslint src/**/*.ts src/*.ts"
}
}