UNPKG

huxley

Version:
52 lines (51 loc) 1.14 kB
{ "name": "huxley", "version": "0.8.3", "description": "New wave front-end testing.", "main": "index.js", "scripts": { "test": "chromedriver & ./node_modules/.bin/selenium & node_modules/.bin/mocha 'source/**/*-test.js'" }, "repository": { "type": "git", "url": "https://github.com/chenglou/node-huxley.git" }, "keywords": [ "node", "huxley", "test", "tests", "unit", "front-end" ], "preferGlobal": true, "bin": { "hux": "./bin/hux" }, "author": "chenglou <chenglou92@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/chenglou/node-huxley/issues" }, "dependencies": { "bluebird": "^2.2.1", "colors": "~0.6.2", "commander": "~2.1.0", "concat-stream": "^1.4.6", "glob": "~3.2.9", "lodash": "^3.6.0", "mkdirp": "~0.3.5", "png-crop": "0.0.0", "png-diff": "^0.3.0", "read": "~1.0.5", "rimraf": "^2.2.8", "selenium-webdriver": "^2.43.5" }, "devDependencies": { "expect": "^0.1.1", "jest-cli": "^0.1.17", "mocha": "^1.20.1", "nexpect": "^0.4.2", "selenium-server": "^2.43.1" } }