{
  "name": "sterrk-admin-interface",
  "version": "1.0.1",
  "description": "Basic elements to set up an admin interface",
  "main": "gulpfile.js",
  "directories": {
    "doc": "docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/sterrk/sterrk-admin-interface.git"
  },
  "author": "Wouter van den Hoven",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/sterrk/sterrk-admin-interface/issues"
  },
  "scripts": {
    "prod": "gulp --production",
    "dev": "gulp watch"
  },
  "homepage": "https://gitlab.com/sterrk/sterrk-admin-interface#readme",
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-clean-css": "^3.0.4",
    "gulp-concat": "^2.6.1",
    "gulp-rename": "^1.2.2",
    "gulp-run-sequence": "^0.3.2",
    "gulp-sass": "^3.1.0",
    "gulp-uglify": "^2.1.2",
    "gulp-watch": "^4.3.11",
    "uglify-js-harmony": "^2.7.5"
  },
  "dependencies": {
    "datatables.net": "^1.10.13",
    "datatables.net-zf": "^1.10.13",
    "foundation-sites": "^6.3.*",
    "jquery": "^3.2.*",
    "jquery-form": "^4.2.0"
  }
}
