UNPKG

728 BJSONView Raw
1{
2 "name": "testarmada-magellan-nightwatch-plugin",
3 "version": "5.1.0",
4 "description": "Magellan plugin to provide Nightwatch.js support",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/TestArmada/magellan-nightwatch-plugin.git"
12 },
13 "author": "",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/TestArmada/magellan-nightwatch-plugin/issues"
17 },
18 "homepage": "https://github.com/TestArmada/magellan-nightwatch-plugin#readme",
19 "dependencies": {
20 "acorn": "^4.0.4",
21 "cli-color": "^1.1.0",
22 "lodash": "^4.17.2",
23 "q": "^1.4.1"
24 },
25 "devDependencies": {
26 "chai": "^3.4.1",
27 "mocha": "^3.2.0"
28 }
29}