<?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</groupId>
  <artifactId>css-tree</artifactId>
  <version>2.3.1</version>
  <name>css-tree</name>
  <description>A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations</description>
  <url>https://github.com/csstree/csstree#readme</url>
  <organization>
    <name>Roman Dvornov</name>
    <url>https://github.com/csstree/csstree#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>lahmatiy</name>
      <email>rdvornov@gmail.com</email>
    </developer>
    <developer>
      <name>smelukov</name>
      <email>s.melukov@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/csstree/csstree.git</connection>
    <developerConnection>https://github.com/csstree/csstree.git</developerConnection>
    <url>https://github.com/csstree/csstree</url>
  </scm>
  <issueManagement>
    <url>https://github.com/csstree/csstree/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-source-map-js.version>[1.0.1,2)</org.mvnpm-source-map-js.version>
    <org.mvnpm-mdn-data.version>2.0.30</org.mvnpm-mdn-data.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>mdn-data</artifactId>
      <version>${org.mvnpm-mdn-data.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>source-map-js</artifactId>
      <version>${org.mvnpm-source-map-js.version}</version>
    </dependency>
  </dependencies>
</project>
