{
  "name": "sgsg",
  "version": "0.9.56",
  "description": "All the best functional JS in one easy, consistent place.",
  "main": "sg.js",
  "bin": {
    "sg": "index.js"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "nyc --reporter=html --reporter=text ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/briancsparks/sg.git"
  },
  "keywords": [
    "functional"
  ],
  "author": "Brian C Sparks",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/briancsparks/sg/issues"
  },
  "homepage": "https://github.com/briancsparks/sg#README.md",
  "dependencies": {
    "chalk": "^2.4.1",
    "deep-equal": "^1.0.1",
    "deep-extend": "^0.6.0",
    "fs-extra": "^7.0.0",
    "get-stdin": "^6.0.0",
    "glob": "^7.1.2",
    "mime-types": "^2.1.19",
    "mkdirp": "^0.5.1",
    "moment": "^2.22.2",
    "shelljs": "^0.8.2",
    "split": "^1.0.0",
    "superagent": "^3.8.3",
    "underscore": "^1.9.1"
  },
  "devDependencies": {
    "nyc": "^11.3.0"
  }
}
