{
  "name": "jquery-eclipsefdn-api",
  "version": "0.0.24",
  "description": "Fetch and display data from various Eclipse Foundation APIs.",
  "keywords": [
    "eclipse foundation api"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/EclipseFdn/jquery-eclipsefdn-api.git"
  },
  "bugs": {
    "url": "https://github.com/EclipseFdn/jquery-eclipsefdn-api/issues"
  },
  "author": {
    "name": "Christopher Guindon",
    "email": "chris.guindon@eclipse.org",
    "url": "http://www.chrisguindon.com"
  },
  "homepage": "https://github.com/EclipseFdn/jquery-eclipsefdn-api",
  "license": "MIT",
  "scripts": {
    "start": "npm install && npm run build:webpack --production",
    "test": "karma start --single-run",
    "build": "NODE_ENV=production eslint src/*.js && npm run build:webpack --production && npm run test",
    "build:webpack": "webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
    "dev": "NODE_ENV=development eslint src/*.js && npm run build:webpack --development && npm run test",
    "watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
  },
  "dependencies": {
    "jquery": "1.9.1"
  },
  "contributors": [
    {
      "name": "Christopher Guindon",
      "email": "chris.guindon@eclipse.org",
      "url": "http://www.chrisguindon.com"
    }
  ],
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-loader": "^3.0.3",
    "eslint-plugin-vue": "^6.2.2",
    "karma": "^4.4.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-qunit": "^4.0.0",
    "laravel-mix": "4.0.14",
    "polyjuice": "^2.2.4",
    "prepend-file": "^1.3.1",
    "puppeteer": "^2.1.1",
    "qunit": "^2.9.3",
    "vue-template-compiler": "^2.6.11"
  }
}
