View file Space-Quiz-master/package.json

File size: 1.04Kb
{
  "name": "space-quiz",
  "version": "1.0.0",
  "description": "HTML5 canvas quiz game using pure JavaScript",
  "author": "Liza Kobrazova <lizakobrazova@gmail.com>",
  "license": "Apache-2.0",
  "homepage": "https://github.com/elliepooh/elliepooh.github.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/elliepooh/elliepooh.github.io.git"
  },
  "scripts": {
    "webpack": "./node_modules/.bin/webpack"
  },
  "keywords": [
    "es6",
    "es2015",
    "space",
    "play",
    "game",
    "teach",
    "learn",
    "quiz",
    "pure"
  ],
  "devDependencies": {
    "babel-core": "^6.20.0",
    "babel-loader": "^6.2.9",
    "babel-preset-es2015": "^6.18.0",
    "css-loader": "^0.26.1",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.9.0",
    "html-webpack-plugin": "^2.25.0",
    "image-webpack-loader": "^3.1.0",
    "node-sass": "^4.1.1",
    "pug": "^2.0.0-beta.12",
    "pug-loader": "^2.3.0",
    "sass-loader": "^4.1.1",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "^1.15.0"
  }
}