is-phantom
Version:
Check if current running context is PhantomJS.
34 lines (33 loc) • 744 B
JSON
{
"name": "is-phantom",
"version": "1.0.1",
"description": "Check if current running context is PhantomJS.",
"main": "index.js",
"scripts": {
"test": "browserify test.js | tape-run -b phantom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafaelrinaldi/is-phantom.git"
},
"keywords": [
"phantom",
"test",
"check",
"browser",
"environment",
"context",
"node"
],
"author": "Rafael Rinaldi",
"license": "MIT",
"bugs": {
"url": "https://github.com/rafaelrinaldi/is-phantom/issues"
},
"homepage": "https://github.com/rafaelrinaldi/is-phantom#readme",
"devDependencies": {
"browserify": "^11.0.1",
"tape": "^4.2.0",
"tape-run": "^1.1.0"
}
}