UNPKG

nightmare

Version:

A high-level browser automation library.

60 lines (59 loc) 1.36 kB
{ "name": "nightmare", "version": "3.0.2", "license": "MIT", "main": "lib/nightmare.js", "scripts": { "test": "make test", "precommit": "make test" }, "repository": { "type": "git", "url": "https://github.com/segmentio/nightmare.git" }, "author": "Segment", "keywords": [ "nightmare", "electron" ], "description": "A high-level browser automation library.", "dependencies": { "debug": "^2.2.0", "deep-defaults": "^1.0.3", "defaults": "^1.0.2", "electron": "^2.0.18", "enqueue": "^1.0.2", "function-source": "^0.1.0", "jsesc": "^0.5.0", "minstache": "^1.2.0", "mkdirp": "^0.5.1", "multiline": "^1.0.2", "once": "^1.3.3", "rimraf": "^2.4.3", "sliced": "1.0.1", "split2": "^2.0.1" }, "devDependencies": { "async": "~2.1.4", "basic-auth": "^1.0.3", "basic-auth-connect": "^1.0.0", "bluebird": "^3.4.0", "chai": "^3.4.1", "chai-as-promised": "^5.3.0", "eslint": "4.18.1", "eslint-config-prettier": "^2.9.0", "eslint-plugin-prettier": "^2.6.0", "express": "4.16.2", "husky": "^0.14.3", "mocha": "^2.3.0", "mocha-generators": "^1.2.0", "multer": "1.1.0", "pngjs": "^2.2.0", "prettier": "1.11.0", "serve-static": "^1.10.0", "split": "^1.0.0" }, "engines": { "node": ">=4.0.0" } }