You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
259 B

  1. {
  2. "name": "gogame-frontend",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha test/*.test.js"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {},
  12. "devDependencies": {
  13. "chai": "^4.1.2"
  14. }
  15. }