<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mvnpm.at.bigbinary</groupId>
  <artifactId>eslint-plugin-neeto</artifactId>
  <version>1.9.1</version>
  <name>bigbinary eslint-plugin-neeto</name>
  <description>An ESLint plugin for enforcing common front-end best practices specifically for neeto.</description>
  <url>https://github.com/mvnpm/mvnpm.git</url>
  <organization>
    <name>bigbinary eslint-plugin-neeto</name>
  </organization>
  <licenses>
    <license>
      <name>UNLICENSED</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>neerajdotname</name>
      <email>neeraj@bigbinary.com</email>
    </developer>
    <developer>
      <name>bigbinarybot</name>
      <email>bot@bigbinary.com</email>
    </developer>
    <developer>
      <name>neetohq</name>
      <email>andy@neeto.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/mvnpm/mvnpm.git</connection>
    <developerConnection>https://github.com/mvnpm/mvnpm.git</developerConnection>
    <url>https://github.com/mvnpm/mvnpm.git</url>
  </scm>
  <properties>
    <org.mvnpm-ramda.version>0.29.0</org.mvnpm-ramda.version>
    <org.mvnpm-eslint.version>[9.25.1,10)</org.mvnpm-eslint.version>
    <org.mvnpm.at.bigbinary-neeto-cist.version>[1.0.3,2)</org.mvnpm.at.bigbinary-neeto-cist.version>
    <org.mvnpm-i18next.version>21.7.0</org.mvnpm-i18next.version>
    <org.mvnpm.at.bigbinary-neeto-commons-frontend.version>4.13.38</org.mvnpm.at.bigbinary-neeto-commons-frontend.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.bigbinary</groupId>
      <artifactId>neeto-cist</artifactId>
      <version>${org.mvnpm.at.bigbinary-neeto-cist.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.bigbinary</groupId>
      <artifactId>neeto-commons-frontend</artifactId>
      <version>${org.mvnpm.at.bigbinary-neeto-commons-frontend.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>eslint</artifactId>
      <version>${org.mvnpm-eslint.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>i18next</artifactId>
      <version>${org.mvnpm-i18next.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>ramda</artifactId>
      <version>${org.mvnpm-ramda.version}</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
