{
  "name": "enjoy-fragment",
  "version": "1.0.1",
  "description": "Enjoy Framework",
  "main": "./lib/index.js",
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "scss"
    ],
    "transform": {
      "^.+\\.scss$": "sass-jest"
    },
    "testRegex": "__tests__/.*\\.(js|scss)$"
  },
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git@git.plaingaming.net:geofag/enjoy-fragment.git"
  },
  "keywords": [
    "enjoy",
    "npm",
    "module",
    "node",
    "framework"
  ],
  "author": "Geovic Fagel <geofag@jpj.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://git.plaingaming.net/geofag/enjoy-fragment/issues"
  },
  "homepage": "https://git.plaingaming.net/geofag/enjoy-fragment#readme",
  "devDependencies": {
    "jest": "^24.8.0",
    "sass-jest": "^0.1.7"
  }
}
