pathfinder/demo/client/package.json

28 lines
737 B
JSON
Raw Normal View History

2017-08-08 14:23:30 -04:00
{
"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 <pcwalton@mimiga.net>",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@types/base64-js": "^1.2.5",
"@types/gl-matrix": "^2.2.34",
"@types/lodash": "^4.14.73",
2017-08-08 14:23:30 -04:00
"@types/node": "^8.0.19",
"@types/opentype.js": "0.0.0",
2017-08-10 21:38:54 -04:00
"base64-js": "^1.2.1",
2017-08-08 14:23:30 -04:00
"bootstrap": "^4.0.0-alpha.6",
"gl-matrix": "^2.4.0",
"lodash": "^4.17.4",
2017-08-08 14:23:30 -04:00
"opentype.js": "^0.7.3",
"path-data-polyfill.js": "^1.0.2",
2017-08-08 14:23:30 -04:00
"ts-loader": "^2.3.2",
"typescript": "^2.4.2",
"webpack": "^3.4.1"
}
}