{
  "name": "fileslice",
  "version": "1.0.1",
  "description": "Copy a slice of a file",
  "main": "build/fileslice.js",
  "homepage": "https://github.com/jviotti/fileslice",
  "repository": {
    "type": "git",
    "url": "git://github.com/jviotti/fileslice.git"
  },
  "keywords": [
    "git",
    "wrap",
    "wrapper"
  ],
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "gulp test",
    "prepublish": "gulp build"
  },
  "author": "Juan Cruz Viotti <jv@jviotti.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "~1.10.0",
    "coffee-script": "~1.8.0",
    "gulp": "~3.8.10",
    "gulp-coffee": "~2.2.0",
    "gulp-coffeelint": "~0.4.0",
    "gulp-mocha": "~2.0.0",
    "gulp-util": "~3.0.1",
    "mocha": "~2.0.1",
    "sinon": "~1.12.2",
    "sinon-chai": "~2.6.0"
  },
  "dependencies": {
    "lodash": "^3.7.0"
  }
}
