<?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>unset-value</artifactId>
  <version>1.0.0</version>
  <name>unset-value</name>
  <description>Delete nested properties from an object using dot notation.</description>
  <url>https://github.com/jonschlinkert/unset-value</url>
  <organization>
    <name>Jon Schlinkert</name>
    <url>https://github.com/jonschlinkert/unset-value</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>jonschlinkert</name>
      <email>github@sellside.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/jonschlinkert/unset-value.git</connection>
    <developerConnection>https://github.com/jonschlinkert/unset-value.git</developerConnection>
    <url>https://github.com/jonschlinkert/unset-value</url>
  </scm>
  <issueManagement>
    <url>https://github.com/jonschlinkert/unset-value/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-isobject.version>[3.0.0,4)</org.mvnpm-isobject.version>
    <org.mvnpm-has-value.version>[0.3.1,0.4)</org.mvnpm-has-value.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>has-value</artifactId>
      <version>${org.mvnpm-has-value.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>isobject</artifactId>
      <version>${org.mvnpm-isobject.version}</version>
    </dependency>
  </dependencies>
</project>
