mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
72 lines
1.6 KiB
JSON
72 lines
1.6 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",
|
|
"request": "~2.61.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"canvas": ">=1.2.9 <2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"del": "^2.2.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.2.0",
|
|
"gulp-whitespace": "^0.1.0",
|
|
"gulp-zip": "^3.0.2",
|
|
"jshint": "2.8.x",
|
|
"merge-stream": "^1.0.0",
|
|
"prepro": "^2.0.0"
|
|
},
|
|
"keywords": [
|
|
"vector",
|
|
"graphic",
|
|
"graphics",
|
|
"2d",
|
|
"geometry",
|
|
"bezier",
|
|
"curve",
|
|
"curves",
|
|
"path",
|
|
"paths",
|
|
"canvas",
|
|
"svg",
|
|
"paper",
|
|
"paper.js"
|
|
]
|
|
}
|