Sha256: 23911df48b605a0d147e76af627e6b4e4684c15b7bc48658ce29bd871c126333

Contents?: true

Size: 1.9 KB

Versions: 2

Compression:

Stored size: 1.9 KB

Contents

{
  "name": "foreman_acd",
  "version": "0.9.3",
  "description": "foreman application centric deployment",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "peerDependencies": {
    "@theforeman/vendor": ">= 10.1.0"
  },
  "devDependencies": {
    "@theforeman/builder": "^10.1.0",
    "@theforeman/eslint-plugin-foreman": "^10.1.0",
    "@theforeman/test": "^10.1.0",
    "@theforeman/vendor-dev": "^10.1.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-env": "^1.6.0",
    "babel-preset-react": "^6.24.1",
    "jest": "^23.6.0",
    "jest-prop-type-error": "^1.1.0",
    "lodash": "^4.17.11",
    "react-redux-test-utils": "^0.1.1",
    "sortabular": "^1.5.1",
    "table-resolver": "^3.2.0"
  },
  "scripts": {
    "test": "node node_modules/.bin/jest --no-cache"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ATIX-AG/foreman_acd.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://atix.de"
  },
  "homepage": "https://atix.de",
  "jest": {
    "verbose": true,
    "testMatch": [
      "**/*.test.js"
    ],
    "testPathIgnorePatterns": [
      ".local",
      ".bundle",
      "/node_modules/",
      "<rootDir>/foreman/"
    ],
    "moduleDirectories": [
      "node_modules",
      "webpack"
    ],
    "testURL": "http://localhost/",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "webpack/**/*.js",
      "!webpack/index.js",
      "!webpack/test_setup.js",
      "!webpack/**/bundle*",
      "!webpack/stories/**",
      "!webpack/**/*stories.js"
    ],
    "coverageReporters": [
      "lcov"
    ],
    "moduleNameMapper": {
      "^.+\\.(png|gif|css|scss)$": "identity-obj-proxy"
    },
    "globals": {
      "__testing__": true
    },
    "transform": {
      "^.+\\.js$": "babel-jest"
    },
    "setupFiles": [
      "raf/polyfill",
      "jest-prop-type-error",
      "./webpack/test_setup.js"
    ]
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_acd-0.9.4 package.json
foreman_acd-0.9.3 package.json