{
  "name": "phant-meta-json",
  "version": "2.1.3",
  "main": "lib/phant-meta-json.js",
  "description": "json metadata storage for phant",
  "homepage": "https://github.com/sparkfun/phant-meta-json",
  "bugs": "https://github.com/sparkfun/phant-meta-json/issues",
  "author": {
    "name": "Todd Treece",
    "email": "todd@uniontownlabs.org",
    "url": "http://uniontownlabs.org"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/sparkfun/phant-meta-json"
  },
  "license": "GPL-3.0",
  "engines": {
    "node": "^0.10.30"
  },
  "dependencies": {
    "lodash": "^2.4.1",
    "mkdirp": "^0.3.5",
    "node-uuid": "^1.4.1",
    "sift": "0.0.18"
  },
  "devDependencies": {
    "grunt": "^0.4.4",
    "grunt-contrib-jshint": "~0.7.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt-contrib-watch": "~0.5.0",
    "load-grunt-tasks": "~0.2.0",
    "time-grunt": "~0.2.0",
    "jshint-stylish": "~0.1.3"
  },
  "scripts": {
    "test": "grunt"
  },
  "phantConfig": {
    "name": "JSON",
    "options": [
      {
        "label": "Storage Directory Path",
        "name": "directory",
        "default": "phant_streams",
        "type": "text",
        "description": "The directory to store the JSON file in."
      }
    ]
  }
}
