<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>cljsjs</groupId>
  <artifactId>jwt-decode</artifactId>
  <version>2.2.0-0</version>
  <name>jwt-decode</name>
  <description>Decode JWT tokens, mostly useful for browser applications.</description>
  <url>https://github.com/auth0/jwt-decode</url>
  <licenses>
    <license>
      <url>https://github.com/auth0/jwt-decode/blob/master/LICENSE</url>
      <name>MIT</name>
      <comments/>
    </license>
  </licenses>
  <packaging>jar</packaging>
  <scm>
    <url>https://github.com/auth0/jwt-decode</url>
    <tag>83522f3c57e82f63fc1707fc229aafd0a00a8a2a</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>cljsjs</groupId>
      <artifactId>boot-cljsjs</artifactId>
      <version>0.10.0</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
  </dependencies>
</project>
