{

    "name" : "three-math",

    "version" : "0.69.0",

    "description" : "JavaScript 3D Math library",

    "keywords" : [
        "3D",
        "WebGL",
        "Three",
        "ThreeJS",
        "CSS",
        "engine",
        "rendering",
        "geometry",
        "math"
    ],

    "homepage" : "http://threejs.org/",

    "bugs" : {
        "url" : "https://github.com/mrdoob/three.js/issues"
    },

    "author" : "three.js contributors",

    "main" : "./three-math.js",

    "repository" : {
        "type" : "git",
        "url" : "git://github.com/mrdoob/three.js.git"
    },

    "license" : {
        "type" : "The MIT License",
        "url" : "https://raw.github.com/mrdoob/three.js/master/LICENSE"
    },

    "engines" : {
        "node" : "*"
    },

    "help" : {
        "web" : "http://stackoverflow.com/questions/tagged/three.js"
    }

}
