{
  "name": "grunt-split-file",
  "description": "Split specified files into multiple parts.",
  "version": "1.0.1",
  "homepage": "https://github.com/kurohara/grunt-split-file",
  "author": {
    "name": "Hiroyoshi Kurohara",
    "email": "kurohara@yk.rim.or.jp"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kurohara/grunt-split-file.git"
  },
  "bugs": {
    "url": "https://github.com/kurohara/grunt-split-file/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/kurohara/grunt-split-file/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^0.9.2",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-nodeunit": "^0.3.3",
    "grunt": "~0.4.5"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin"
  ]
}
