{ "name": "domvertices", "version": "0.0.0", "description": "Compute 4 vertices absolute coordinates from any DOM element.", "main": "domvertices.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gist.github.com/97a5fb8c1bebacd1958e.git" }, "author": "Antoine BERNIER (abernier)", "license": "ISC", "dependencies": { "three": "^0.69.0", "underscore": "^1.7.0" }, "devDependencies": { "jquery": "^2.1.3" } }