{
  "name": "mx-fe-bone",
  "version": "0.8.7",
  "description": "MX FE project scaffolding helper",
  "main": "lib/index.js",
  "bin": {
    "febone": "bin/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ysmood/febone.git"
  },
  "scripts": {
    "no": "no",
    "test": "no test"
  },
  "files": [
    "tpl",
    "bin",
    "nofile.js"
  ],
  "keywords": [
    "scaffolding"
  ],
  "author": "mx",
  "license": "MIT",
  "dependencies": {
    "nokit": "0.23.2"
  },
  "devDependencies": {
    "junit": "1.4.5"
  },
  "eslintConfig": {
    "rules": {
      "indent": [
        2,
        4
      ],
      "quotes": [
        2,
        "single"
      ],
      "linebreak-style": [
        2,
        "unix"
      ],
      "semi": [
        2,
        "always"
      ],
      "no-trailing-spaces": 2,
      "space-before-function-paren": [
        2,
        "always"
      ],
      "eqeqeq": [
        2,
        "allow-null"
      ],
      "no-console": [
        0
      ]
    },
    "env": {
      "browser": true,
      "node": true
    },
    "extends": "eslint:recommended"
  }
}
