{ "name": "paper", "version": "0.9.17", "description": "The Swiss Army Knife of Vector Graphics Scripting", "homepage": "http://paperjs.org", "repository": { "type": "git", "url": "git://github.com/paperjs/paper.js" }, "contributors": [ "Jürg Lehni (http://scratchdisk.com)", "Jonathan Puckey (http://studiomoniker.com)" ], "license": "MIT", "keywords": [ "vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve", "curves", "path", "paths", "canvas", "svg", "paper", "paper.js" ], "main": "dist/paper-node.js", "files": [ "AUTHORS.md", "dist/paper-node.js", "examples/Node.js", "LICENSE.txt", "README.md" ], "engines": { "node": ">= 0.4.0" }, "dependencies": { "canvas": ">= 0.7.0", "jsdom": ">= 0.6.0", "request": "~2.27.0" }, "devDependencies": { "uglify-js": "~2.3.6", "prepro": "~0.8.1", "grunt": "~0.4.1", "grunt-contrib-uglify": "~0.2.2" } }