{
  "name": "noflo-swiss",
  "description": "Swiss Army Knife for NoFlo Programming",
  "keywords": [
    "noflo",
    "underscorejs",
    "utility"
  ],
  "author": "Kenneth Kan <kenhkan@gmail.com>",
  "version": "0.0.10",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/kenhkan/noflo-swiss/blob/master/LICENSE.md"
    }
  ],
  "engines": {
    "node": ">=0.6.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kenhkan/noflo-swiss"
  },
  "dependencies": {
    "noflo": "~0.4.0",
    "underscore": "1.4.x",
    "underscore.string": "2.3.x",
    "owl-deepcopy": "0.0.x",
    "node-uuid": "1.4.x",
    "noflo-test": "~0.0.6"
  },
  "devDependencies": {
    "grunt-exec": "~0.4.2",
    "grunt": "~0.4.1",
    "grunt-contrib-coffee": "~0.6.6",
    "grunt-coffeelint": "~0.0.6",
    "grunt-cafe-mocha": "~0.1.2",
    "chai": "~1.5.0",
    "mocha": "~1.9.0",
    "grunt-mocha-phantomjs": "~0.2.2",
    "grunt-component-build": "~0.2.7",
    "grunt-contrib-uglify": "~0.2.0",
    "grunt-contrib-watch": "~0.3.1",
    "component-json": "~0.1.4",
    "grunt-combine": "~0.8.3",
    "grunt-component": "~0.1.2"
  },
  "noflo": {
    "components": {
      "DeepCopy": "./components/DeepCopy.coffee",
      "RandomUuid": "./components/RandomUuid.coffee",
      "Hub": "./components/Hub.coffee",
      "Underscore": "./components/Underscore.coffee"
    }
  },
  "scripts": {
    "test": "grunt test"
  }
}
