summaryrefslogtreecommitdiff
path: root/chromium/third_party/webxr_test_pages/webxr-samples/js/cottontail/package.json
blob: 41ce01b40e9c379bea6ac29775d1b3b4ed9b7822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "cottontail",
  "version": "0.0.1",
  "description": "Minimalist WebXR rendering framework",
  "license": "MIT",
  "readme": "README.md",
  "babel": {
    "presets": [
      "env"
    ]
  },
  "scripts": {
    "build": "webpack",
    "build-debug": "webpack --config webpack.config.debug.js",
    "build-all": "eslint -c .eslintrc.json src && webpack && webpack --config webpack.config.debug.js",
    "watch": "webpack --watch",
    "watch-debug": "webpack --config webpack.config.debug.js --watch",
    "lint": "eslint -c .eslintrc.json src"
  },
  "devDependencies": {
    "babel-core": "^6.26.2",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.6.1",
    "eslint": "^4.19.1",
    "eslint-config-google": "^0.9.1",
    "gl-matrix": "^2.5.1",
    "webpack": "^4.29.0",
    "webpack-cli": "^3.2.1"
  }
}