Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm. Learn more
package.json 1.38 KiB
{
  "name": "eclipsefdn-project-adopters",
  "description": "Source code for eclipsefdn-project-adopters",
  "author": "Christopher Guindon",
  "license": "EPL-2.0",
  "version": "0.0.1",
  "bugs": {
    "url": "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters.git"
  },
  "scripts": {
    "test": "jsonlint config/adopters.json",
    "build": "rm -rf src/main/resources/META-INF/resources/* && hugo -d src/main/resources/META-INF/resources/",
    "postinstall": "npm run production && npm run minify_adopters",
    "minify_adopters": "mkdir -p target/config && ./node_modules/json-minify/index.js config/adopters.json > target/config/adopters.json",
    "dev": "NODE_ENV=development webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
    "production": "NODE_ENV=production webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js && npm run adopters_json && npm run test",
    "adopters_json": "cp config/adopters.json static/assets/js"
  },
  "dependencies": {
    "chai": "^4.2.0",
    "eclipsefdn-hugo-solstice-theme": "0.0.183",
    "js-yaml": "^3.13.1",
    "json-minify": "^1.0.0",
    "jsonlint": "^1.6.3",
    "mocha": "^7.1.2"
  },
  "browserslist": "last 5 version, > 0.2%, not dead, IE 11"
}