ghostjs
Version:
Modern web integration test runner
36 lines (35 loc) • 799 B
JSON
{
"name": "ghostjs",
"version": "1.2.0",
"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"
},
"dependencies": {
"babel-cli": "^6.5.0",
"babel-core": "^6.5.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.5.0",
"mocha": "^2.3.4",
"node-phantom-simple": "^2.2.4",
"phantomjs-prebuilt": "^2.1.4",
"yargs": "^4.2.0"
},
"keywords": [
"testing",
"test",
"slimerjs",
"casperjs",
"phantomjs",
"ghostjs",
"ghost",
"phantom",
"slimer"
]
}