{
  "name": "h-include",
  "version": "4.5.0",
  "homepage": "https://github.com/gustafnk/h-include",
  "repository": {
    "type": "git",
    "url": "https://github.com/gustafnk/h-include"
  },
  "author": "Gustaf Nilsson Kotte <gustaf.nk@gmail.com>",
  "description": "Declarative client-side inclusion for the web using Custom Elements",
  "main": "h-include.js",
  "keywords": [
    "web-components"
  ],
  "license": "MIT",
  "contributors": [
    {
      "name": "Mark Nottingham",
      "email": "mnot@mnot.com"
    },
    {
      "name": "Sean Hogan",
      "email": "shogun70@gmail.com"
    },
    {
      "name": "Nicolás Delfino",
      "email": "nicolas.delfino@tretton37.com"
    }
  ],
  "devDependencies": {
    "choma": "^1.2.1",
    "expect": "^23.6.0",
    "jshint": "*",
    "mocha": "^5.2.0",
    "prepend-file": "^1.3.1",
    "saucelabs": "^7.5.0",
    "selenium-webdriver": "^3.5.0",
    "simplehttpserver": "^0.2.1"
  },
  "engines": {
    "node": ">= 8.*"
  },
  "scripts": {
    "lint": "jshint lib/",
    "server": "simplehttpserver -p 8080 .",
    "test": "cd test; PORT=8080 make test",
    "local-tests": "npm run server > /dev/null 2>&1 & IS_LOCAL=true mocha -t 600000 __tests__/*-test.js",
    "remote-tests": "npm run server > /dev/null 2>&1 & mocha -t 180000 __tests__/*-test.js --require choma --retries 3",
    "test_killall": "npm test; killall node",
    "start": "npm run server"
  }
}
