package.json 453 B

12345678910111213141516171819
  1. {
  2. "name": "microtables-frontend",
  3. "author": "Brandon Wong <projects@brwong.net> (https://www.brwong.net)",
  4. "description": "Frontend of the Microtables project",
  5. "version": "1.0.0",
  6. "main": "index.js",
  7. "dependencies": {
  8. "mathjs": "6.2.3",
  9. "webpack": "4.41.2",
  10. "webpack-cli": "3.3.9"
  11. },
  12. "devDependencies": {},
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "keywords": [],
  17. "license": "ISC"
  18. }