Sha256: b7c38d3e7162c71ed924b511c1df747e4491e3ab12c11c2b04fe06ac63e9ec9a

Contents?: true

Size: 1.79 KB

Versions: 6

Compression:

Stored size: 1.79 KB

Contents

{
  "name": "foreman_templates",
  "version": "0.0.1",
  "description": "This plugin will sync the contents of the Foreman Community Templates [repository](https://github.com/theforeman/community-templates/) (or a git repo of your choice) to your local Foreman instance",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node node_modules/.bin/jest webpack",
    "lint": "./node_modules/.bin/eslint -c .eslintrc webpack/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theforeman/foreman_templates.git"
  },
  "author": "The Foreman team",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://projects.theforeman.org"
  },
  "homepage": "https://github.com/theforeman/foreman_templates",
  "peerDependencies": {
    "@theforeman/vendor": ">= 3.3.2"
  },
  "devDependencies": {
    "@babel/core": "^7.7.0",
    "@theforeman/env": "^3.3.2",
    "@theforeman/builder": "^4.0.2",
    "@theforeman/vendor-dev": "^3.3.2",
    "babel-eslint": "^10.0.0",
    "babel-jest": "^24.9.0",
    "enzyme": "^3.7.0",
    "enzyme-adapter-react-16": "^1.7.0",
    "enzyme-to-json": "^3.3.5",
    "eslint": "^6.8.0",
    "eslint-plugin-patternfly-react": "^0.3.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "react-redux-test-utils": "^0.1.1"
  },
  "jest": {
    "verbose": true,
    "moduleDirectories": [
      "node_modules/@theforeman/vendor-core/node_modules",
      "node_modules",
      "webpack"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest"
    },
    "setupFiles": [
      "raf/polyfill",
      "./webpack/testSetup.js"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "<rootDir>/foreman/"
    ],
    "moduleNameMapper": {
      "^.+\\.(css|scss)$": "identity-obj-proxy"
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_templates-9.2.0 package.json
foreman_templates-9.1.0 package.json
foreman_templates-9.0.2 package.json
foreman_templates-9.0.1 package.json
foreman_templates-9.0.0 package.json
foreman_templates-8.0.0 package.json