{
  "name": "noflo-adapters",
  "description": "Packet Format Conversion for NoFlo",
  "keywords": [
    "noflo",
    "adapters",
    "conversion",
    "packets",
    "format"
  ],
  "version": "0.3.2",
  "author": {
    "name": "Kenneth Kan",
    "email": "kenhkan@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/noflo/noflo-adapters.git"
  },
  "license": "MIT",
  "dependencies": {
    "noflo": "^1.0.0",
    "underscore": "~1.8.3",
    "owl-deepcopy": "~0.0.2"
  },
  "devDependencies": {
    "chai": "^4.0.0",
    "grunt": "^1.0.1",
    "grunt-coffeelint": "^0.0.16",
    "grunt-contrib-coffee": "^2.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-phantomjs": "^4.0.0",
    "grunt-mocha-test": "^0.13.2",
    "grunt-noflo-browser": "^1.5.0",
    "mocha": "^4.0.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "noflo": {
    "icon": "plug"
  }
}
