{
  "name": "appframe",
  "version": "0.11.2",
  "description": "Basic framework app object for dependency injection, event propagation, and error handling.",
  "main": "appframe.js",
  "scripts": {
    "test": "npm run lint",
    "lint": "eslint .",
    "precommit": "lint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nodecraft/appframe.js"
  },
  "keywords": [
    "app",
    "framework",
    "events",
    "errors"
  ],
  "author": "Nodecraft Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nodecraft/appframe.js/issues"
  },
  "homepage": "https://github.com/nodecraft/appframe.js",
  "dependencies": {
    "async": "*",
    "chalk": "^2.4.1",
    "containerized": "^1.0.2",
    "json-lint": "^0.1.0",
    "lodash": "*",
    "minimist": "^1.2.0",
    "moment": "2.x",
    "string-template": "^1.0.0",
    "strip-json-comments": "^2.0.1"
  },
  "devDependencies": {
    "eslint": "^5.10.0",
    "eslint-config-nodecraft": "^1.1.5",
    "eslint-plugin-json": "^1.3.2",
    "eslint-plugin-node": "^7.0.1"
  }
}
