{
  "name": "meta-core",
  "version": "0.0.0-a01",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run build",
    "build-docs": "documentation build src/public/meta-client/src/** --shallow -f html -o docs",
    "build-client": "babel src/public/meta-client/src --out-dir src/public/meta-client/lib",
    "build-console": "babel src/public/meta-console/src --out-dir src/public/meta-console/lib --copy-files",
    "build": "npm run build-client && npm run build-console && babel src --out-dir lib --ignore node_modules --no-comments && webpack",
    "prepare": "npm run build",
    "start": "node lib/index.js"
  },
  "author": "Florian Maxim",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.0",
    "copy-webpack-plugin": "^4.0.1",
    "css-loader": "^0.28.7",
    "express": "^4.15.4",
    "html-webpack-plugin": "^2.30.1",
    "node-sass": "^4.5.3",
    "path": "^0.12.7",
    "sass-loader": "^6.0.6",
    "style-loader": "^0.18.2",
    "uglifyjs-webpack-plugin": "^1.0.0-beta.2",
    "webpack": "^3.5.5"
  },
  "dependencies": {
    "codemirror": "^5.29.0",
    "documentation": "^5.3.2",
    "meta-client": "0.0.0-b58",
    "oimo": "^1.0.9",
    "three": "^0.86.0"
  }
}
