UNPKG

647 BJSONView Raw
1{
2 "name": "testarmada-magellan-mocha-plugin",
3 "version": "1.0.0",
4 "description": "Magellan plugin to provide Mocha support",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
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 "acorn": "^2.6.4",
21 "cli-color": "^1.1.0",
22 "lodash": "^3.10.1"
23 }
24}