{
  "name": "jsformat",
  "version": "0.1.30",
  "description": "Sorts your script file methods.",
  "main": "jsformat.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "javascript",
    "format",
    "alphabetise",
    "sort"
  ],
  "author": "Brandon R Staley <bstaley0@gmail.com>",
  "license": [{
                "type": "Apache License, Version 2.0",
                "url": "http://www.apache.org/licenses/LICENSE-2.0"
              }],
  "preferGlobal": "true",
  "bin":  {"jsformat": "./bin/jsformat.js"}
}
