<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <packaging>jar</packaging>
    <groupId>org.webjars.npm</groupId>
    <artifactId>fbjs</artifactId>
    <version>0.9.0-alpha.2</version>
    <name>fbjs</name>
    <description>WebJar for fbjs</description>
    <url>http://webjars.org</url>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <scm>
        <url>https://github.com/facebook/fbjs</url>
        <connection>https://github.com/facebook/fbjs.git</connection>
        <developerConnection>https://github.com/facebook/fbjs.git</developerConnection>
        <tag>v0.9.0-alpha.2</tag>
    </scm>

    <developers>
        <developer>
            <id>webjars</id>
            <url>http://webjars.org</url>
        </developer>
    </developers>

    <licenses>
        
        <license>
            <name>BSD 3-Clause</name>
            <url>https://spdx.org/licenses/BSD 3-Clause#licenseText</url>
            <distribution>repo</distribution>
        </license>
        
    </licenses>

    <dependencies>
        
        <dependency>
            <groupId>org.webjars.npm</groupId>
            <artifactId>core-js</artifactId>
            <version>[2.4.1,3)</version>
        </dependency>
        
        <dependency>
            <groupId>org.webjars.npm</groupId>
            <artifactId>loose-envify</artifactId>
            <version>[1.0.0,2)</version>
        </dependency>
        
        <dependency>
            <groupId>org.webjars.npm</groupId>
            <artifactId>setimmediate</artifactId>
            <version>[1.0.5,2)</version>
        </dependency>
        
        <dependency>
            <groupId>org.webjars.npm</groupId>
            <artifactId>isomorphic-fetch</artifactId>
            <version>[2.1.1,3)</version>
        </dependency>
        
        <dependency>
            <groupId>org.webjars.npm</groupId>
            <artifactId>ua-parser-js</artifactId>
            <version>[0.7.9,0.8)</version>
        </dependency>
        
        <dependency>
            <groupId>org.webjars.npm</groupId>
            <artifactId>object-assign</artifactId>
            <version>[4.1.0,5)</version>
        </dependency>
        
        <dependency>
            <groupId>org.webjars.npm</groupId>
            <artifactId>fbjs-css-vars</artifactId>
            <version>[1.0.0,2)</version>
        </dependency>
        
        <dependency>
            <groupId>org.webjars.npm</groupId>
            <artifactId>promise</artifactId>
            <version>[7.1.1,8)</version>
        </dependency>
        
    </dependencies>

</project>
