{
  "name": "cnd",
  "version": "9.3.0",
  "description": "a grab-bag NodeJS package mainly for functionalities that used to live in coffeenode-trm, coffeenode-bitsnpieces, and coffeenode-types",
  "main": "lib/main.js",
  "bin": {
    "nodexh": "bin/nodexh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/loveencounterflow/cnd.git"
  },
  "keywords": [
    "coffeenode",
    "grabbag",
    "terminal",
    "types"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/loveencounterflow/cnd/issues"
  },
  "homepage": "https://github.com/loveencounterflow/cnd",
  "dependencies": {
    "jsx-number-format": "^0.1.4",
    "nodexh": "^2.2.0"
  },
  "scripts": {
    "build": "coffee --map -o lib -c src",
    "test": "echo see https://github.com/loveencounterflow/hengist"
  }
}