UNPKG

727 BJSONView Raw
1{
2 "name": "testarmada-magellan-mocha-plugin",
3 "version": "6.0.0",
4 "description": "Magellan plugin to provide Mocha support",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --slow 400"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/TestArmada/magellan-mocha-plugin.git"
12 },
13 "author": "",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/TestArmada/magellan-mocha-plugin/issues"
17 },
18 "homepage": "https://github.com/TestArmada/magellan-mocha-plugin#readme",
19 "dependencies": {
20 "lodash": "^3.10.1",
21 "spawn-sync": "^1.0.15"
22 },
23 "devDependencies": {
24 "chai": "^3.4.1",
25 "coffee-script": "^1.10.0",
26 "mocha": "^2.2.4",
27 "sinon": "^1.17.3"
28 }
29}