{
  "name": "json-concat",
  "version": "0.0.1",
  "description": "concatenate json files and objects",
  "homepage": "https://github.com/GochoMugo/json-concat",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/GochoMugo/json-concat.git"
  },
  "bugs": "https://github.com/GochoMugo/json-concat/issues",
  "keywords": [
    "json",
    "concat",
    "concatenate",
    "express",
    "connect",
    "terminal"
  ],
  "author": {
    "name": "GochoMugo",
    "email": "mugo@forfuture.co.ke",
    "url": "https://github.com/GochoMugo"
  },
  "main": "lib/json-concat.js",
  "dependencies": {},
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-mocha-test": "^0.12.7",
    "istanbul": "^0.4.2",
    "lodash": "^4.5.1",
    "shelljs": "^0.6.0",
    "should": "^8.2.2"
  },
  "bin": {
    "json-concat": "./bin/json-concat"
  },
  "scripts": {
    "test": "grunt test"
  }
}
