package.json 3.05 KB
{
  "_from": "zombie",
  "_id": "zombie@5.0.7",
  "_inBundle": false,
  "_integrity": "sha512-zrYFTD5iWxI3EJohmZ8F2sNafo44F/132wLj5WHLSHmytds60s+JiXLomflQ8sbNuWCZJAuszvf6+eUiVsUqPQ==",
  "_location": "/zombie",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "zombie",
    "name": "zombie",
    "escapedName": "zombie",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/zombie/-/zombie-5.0.7.tgz",
  "_shasum": "215ba90b4b97f75b796c935affcc63d68cbac772",
  "_spec": "zombie",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site",
  "author": {
    "name": "Assaf Arkin",
    "email": "assaf@labnotes.org",
    "url": "http://labnotes.org/"
  },
  "bugs": {
    "url": "http://github.com/assaf/zombie/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Bob Lail",
      "email": "bob.lailfamily@gmail.com",
      "url": "http://boblail.tumblr.com/"
    },
    {
      "name": "Brian McDaniel",
      "url": "https://github.com/brianmcd"
    },
    {
      "name": "Damian Janowski"
    },
    {
      "name": "José Valim",
      "email": "jose.valim@plataformatec.com.br",
      "url": "http://blog.plataformatec.com.br/"
    },
    {
      "name": "Matt Lavin",
      "email": "matt.lavin@gmail.com",
      "url": "https://github.com/mdlavin"
    }
  ],
  "dependencies": {
    "babel-runtime": "5.8.29",
    "bluebird": "^3.0",
    "debug": "^2.2",
    "eventsource": "^0.1.6",
    "iconv-lite": "^0.4.13",
    "jsdom": "^7.2.2",
    "lodash": "^3.10.1",
    "mime": "^1.3.4",
    "ms": "^0.7.1",
    "request": "^2.65.0",
    "tough-cookie": "^2.2.0",
    "ws": "^1.0.1"
  },
  "deprecated": false,
  "description": "Insanely fast, full-stack, headless browser testing using Node.js",
  "devDependencies": {
    "babel": "5.8.29",
    "babel-eslint": "^4.0.10",
    "body-parser": "^1.13.3",
    "cookie-parser": "^1.3.5",
    "del": "^2.0.2",
    "eslint": "^1.7.3",
    "express": "^4.13.3",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.3.0",
    "gulp-eslint": "^1.0.0",
    "gulp-exec": "^2.1.2",
    "gulp-notify": "^2.0.1",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-util": "^3.0.7",
    "mocha": "^2.2.5",
    "morgan": "^1.6.1",
    "multiparty": "^4.1.2",
    "replay": "^2.1.2",
    "requirejs": "^2.1.20"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://www.npmjs.com/package/zombie",
  "keywords": [
    "test",
    "tests",
    "testing",
    "TDD",
    "spec",
    "specs",
    "BDD",
    "headless",
    "browser",
    "html",
    "html5",
    "dom",
    "css",
    "javascript",
    "integration",
    "ajax",
    "full-stack",
    "DSL"
  ],
  "license": "MIT",
  "main": "lib",
  "name": "zombie",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/assaf/zombie.git"
  },
  "scripts": {
    "build": "gulp build",
    "postpublish": "git push",
    "prepublish": "npm test && gulp build",
    "test": "gulp lint && mocha"
  },
  "version": "5.0.7"
}