{
  "name": "text-commander",
  "author": "elsehow",
  "license": "BSD-3-Clause",
  "description": "tiny library for text-based interactions (e.g. MUDs, text-based adventure games, etc)",
  "main": "src/index.js",
  "scripts": {
    "test": "node --harmony_destructuring test/*.js|tap-spec",
    "watch": "runwatch **/*.js -r \"npm test\""
  },
  "devDependencies": {
    "runwatch": "^0.1.3",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1",
    "templateer": "^1.0.1"
  },
  "dependencies": {
    "templateer": "^1.0.1"
  },
  "version": "2.0.0",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elsehow/text-commander.git"
  },
  "keywords": [
    "text",
    "command",
    "MUD",
    "template",
    "TUI",
    "CLI"
  ],
  "bugs": {
    "url": "https://github.com/elsehow/text-commander/issues"
  },
  "homepage": "https://github.com/elsehow/text-commander#readme"
}
