Skip to content
Snippets Groups Projects
package.json 1.35 KiB
Newer Older
Hermann's avatar
Hermann committed
{
  "name": "amiv-admintools",
  "version": "0.0.1",
  "description": "Admintools to access the AMIV API.",
  "main": "index.js",
  "scripts": {
    "start": "webpack-dev-server --hot --inline",
    "build": "webpack -p --config webpack.config.prod.js",
    "build-dev": "webpack -p --config webpack.config.dev.js",
Hermann's avatar
Hermann committed
    "lint": "eslint src/**"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.ethz.ch:amiv/amiv-admintool.git"
  },
  "author": "Hermann Blum et al",
  "dependencies": {