{ "name": "pathfinder-demo", "version": "0.1.0", "description": "Demo for Pathfinder 2", "scripts": { "build": "webpack", "build-watch": "webpack --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Patrick Walton ", "license": "MIT OR Apache-2.0", "dependencies": { "@types/base64-js": "^1.2.5", "@types/gl-matrix": "^2.4.0", "@types/lodash": "^4.14.104", "@types/node": "^8.9.4", "@types/opentype.js": "0.0.0", "@types/papaparse": "^4.1.33", "@types/webgl-ext": "0.0.29", "base64-js": "^1.2.3", "bootstrap": "^4.0.0", "gl-matrix": "^2.4.0", "handlebars": "^4.0.11", "handlebars-loader": "^1.6.0", "handlebars-webpack-plugin": "^1.3.2", "html-loader": "^0.5.5", "image-ssim": "^0.2.0", "jquery": "^3.3.1", "lodash": "^4.17.5", "opentype.js": "^0.7.3", "papaparse": "^4.3.7", "parse-color": "^1.0.0", "path-data-polyfill.js": "^1.0.2", "popper.js": "^1.13.0", "rustdoc-webpack-plugin": "file:./build/rustdoc-webpack-plugin", "ts-loader": "^2.3.7", "typescript": "^2.7.2" }, "devDependencies": { "tslint": "^5.9.1", "tslint-loader": "^3.5.3", "webpack": "^3.11.0" } }