{ "name": "pathfinder-demo", "version": "0.1.0", "description": "Demo for Pathfinder 2", "scripts": { "build": "webpack", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Patrick Walton ", "license": "MIT OR Apache-2.0", "dependencies": { "@types/node": "^8.0.19", "bootstrap": "^4.0.0-alpha.6", "opentype.js": "^0.7.3", "ts-loader": "^2.3.2", "typescript": "^2.4.2", "webpack": "^3.4.1" } }