paper.js/package.json
2016-01-23 18:26:56 +01:00

76 lines
1.7 KiB
JSON

{
"name": "paper",
"version": "0.9.25",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"license": "MIT",
"homepage": "http://paperjs.org",
"repository": {
"type": "git",
"url": "git://github.com/paperjs/paper.js"
},
"bugs": "https://github.com/paperjs/paper.js/issues",
"contributors": [
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
],
"main": "dist/paper-node.js",
"browser": "dist/paper-full.js",
"scripts": {
"lint": "jshint src"
},
"files": [
"AUTHORS.md",
"dist/",
"examples/",
"LICENSE.txt",
"README.md"
],
"engines": {
"node": ">=0.8.0 <5.0.0"
},
"dependencies": {
"jsdom": ">=3.1.2 <8.0.0",
"mime": "^1.3.0",
"request": "^2.61.0"
},
"optionalDependencies": {
"canvas": "^1.2.9"
},
"devDependencies": {
"del": "^2.2.0",
"extend": "^3.0.0",
"gitty": "^3.3.3",
"gulp": "^3.9.0",
"gulp-prepro": "^2.0.0",
"gulp-qunit": "git://github.com/lehni/gulp-qunit.git#459c5603ceac460327a40dc89df6f19c786dc61b",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-shell": "^0.5.1",
"gulp-symlink": "^2.1.3",
"gulp-uglify": "^1.5.1",
"gulp-uncomment": "^0.3.0",
"gulp-util": "^3.0.0",
"gulp-whitespace": "^0.1.0",
"gulp-zip": "^3.0.2",
"jshint": "2.8.x",
"merge-stream": "^1.0.0",
"prepro": "^2.0.0",
"require-dir": "^0.3.0"
},
"keywords": [
"vector",
"graphic",
"graphics",
"2d",
"geometry",
"bezier",
"curve",
"curves",
"path",
"paths",
"canvas",
"svg",
"paper",
"paper.js"
]
}