Newer
Older
Labyrinth / package.json
{
  "name": "labyrinth",
  "version": "0.1.0",
  "description": "Labyrinth is a web API to navigate through a maze.",
  "main": "app.js",
  "scripts": {
    "test": "tsc && ./node_modules/mocha/bin/mocha dist/**/*.spec.js"
  },
  "author": "Peter Zilz",
  "license": "ISC",
  "dependencies": {
    "express": "^4.16.4",
    "express-graphql": "^0.6.12",
    "fs": "0.0.1-security",
    "graphql": "^0.13.2",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "@types/chai": "^4.1.6",
    "@types/express": "^4.16.0",
    "@types/express-graphql": "^0.6.2",
    "@types/mocha": "^5.2.5",
    "chai": "^4.2.0",
    "mocha": "^5.2.0"
  },
  "repository": {
    "type": "git",
    "url": "http://git.synoikos.de/git/peter/Labyrinth.git"
  },
  "keywords": [
    "TypeScript",
    "game"
  ]
}