Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/react-global-configuration/package.json

{
  "name": "react-global-configuration",
  "version": "1.4.1",
  "description": "For setting a global config object managed as a requirement",
  "main": "build/index.js",
  "scripts": {
    "build": "gulp build",
    "test": "gulp build && gulp test",
    "lint": "gulp lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morenofa/react-global-configuration.git"
  },
  "keywords": [
    "react",
    "global",
    "configurator"
  ],
  "author": "@moreno_fa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/morenofa/react-global-configuration/issues"
  },
  "homepage": "https://github.com/morenofa/react-global-configuration#readme",
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/preset-env": "^7.6.3",
    "@babel/register": "^7.6.2",
    "chai": "^4.2.0",
    "cross-env": "^6.0.3",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-debug": "^4.0.0",
    "gulp-eslint": "^6.0.0",
    "gulp-shell": "^0.7.1",
    "gulp-strip-debug": "^3.0.0",
    "mocha": "^6.2.2",
    "nyc": "^14.1.1",
    "yargs": "^14.2.0"
  },
  "dependencies": {
    "deep-freeze": "0.0.1",
    "object-assign": "^4.1.1",
    "serialize-javascript": "^4.0.0"
  }
}
Back to Directory File Manager