{
  "name": "ls-fs",
  "version": "1.2.1",
  "description": "Some file utilities",
  "main": "lib/ls-fs.js",
  "scripts": {
    "test": "./node_modules/gulp/bin/gulp.js test"
  },
  "keywords": [
    "file",
    "tmp",
    "dir",
    "json"
  ],
  "author": "Spain <spain@livesafemobile.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "^1.10.0",
    "chai-as-promised": "^4.2.0",
    "gulp": "^3.8.10",
    "gulp-jscs": "^1.3.1",
    "gulp-jshint": "^1.9.0",
    "gulp-mocha": "^2.0.0",
    "jshint-stylish": "^1.0.0",
    "ls-default-configs": "^2.0.0",
    "lvsf-gulp-tasks": "^1.1.0",
    "merge-stream": "^0.1.6",
    "mocha": "^2.0.1",
    "sinon": "^1.12.2",
    "sinon-chai": "^2.7.0"
  },
  "dependencies": {
    "callsite": "^1.0.0",
    "ini": "^1.3.3",
    "ls-lodash": "^2.0.0",
    "q": "^1.1.2",
    "q-io": "^1.11.6",
    "tmp": "0.0.24",
    "underscore.string": "^2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:LiveSafe/ls-fs.git"
  },
  "bugs": {
    "url": "https://github.com/LiveSafe/ls-fs/issues"
  },
  "homepage": "https://github.com/LiveSafe/ls-fs"
}
