UNPKG

630 BJSONView Raw
1{
2 "name": "mocha-standard",
3 "version": "0.0.5",
4 "description": "Integrate the JS standard to your Mocha tests",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/rstacruz/mocha-standard.git"
12 },
13 "peerDependencies": {
14 "standard": "*"
15 },
16 "author": "Rico Sta. Cruz <hi@ricostacruz.com>",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/rstacruz/mocha-standard/issues"
20 },
21 "homepage": "https://github.com/rstacruz/mocha-standard#readme",
22 "devDependencies": {
23 "mocha": "^2.2.5",
24 "standard": "^4.3.1"
25 }
26}