{
  "name": "connection-parse",
  "version": "0.0.7",
  "description": "Simple TCP connection string parser",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha $(shell find test -name '*.test.js')"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/3rd-Eden/connection-parse.git"
  },
  "keywords": [
    "TCP",
    "connection",
    "parser",
    "connection-string"
  ],
  "author": "Arnout Kazemier",
  "license": "MIT",
  "devDependencies": {
    "mocha": "1.8.x",
    "chai": "1.4.x"
  }
}
