UNPKG

ghostjs

Version:

Modern web integration test runner

53 lines (52 loc) 1.2 kB
{ "name": "ghostjs", "version": "1.13.2", "description": "Modern web integration test runner", "main": "src/ghostjs.js", "author": "Kevin Grandon <kevingrandon@yahoo.com>", "license": "MIT", "repository": "git@github.com:KevinGrandon/ghostjs.git", "bin": { "ghostjs": "./bin/ghostjs" }, "scripts": { "test": "npm run lint", "lint": "standard" }, "dependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.21.0", "babel-eslint": "^7.1.1", "babel-polyfill": "^6.20.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-0": "^6.16.0", "babel-register": "^6.18.0", "chrome-remote-interface": "^0.22.0", "debug": "^3.1.0", "mocha": "^3.0.0", "mocha-emoji-reporter": "^1.1.2", "node-phantom-simple": "^2.2.4", "phantomjs-prebuilt": "^2.1.7", "shelljs": "^0.7.7", "slimerjs-core": "^0.13.0", "yargs": "^10.0.3" }, "keywords": [ "testing", "test", "slimerjs", "casperjs", "phantomjs", "ghostjs", "ghost", "phantom", "slimer" ], "devDependencies": { "babel-eslint": "^7.1.0", "standard": "^10.0.2" }, "standard": { "parser": "babel-eslint" } }