mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
61 lines
1.3 KiB
JSON
61 lines
1.3 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": {
|
|
"gulp": "^3.9.0",
|
|
"gulp-qunit": "git://github.com/lehni/gulp-qunit.git#459c5603ceac460327a40dc89df6f19c786dc61b",
|
|
"jshint": "2.8.x",
|
|
"prepro": "~0.9.1",
|
|
"uglify-js": "~2.4.24"
|
|
},
|
|
"keywords": [
|
|
"vector",
|
|
"graphic",
|
|
"graphics",
|
|
"2d",
|
|
"geometry",
|
|
"bezier",
|
|
"curve",
|
|
"curves",
|
|
"path",
|
|
"paths",
|
|
"canvas",
|
|
"svg",
|
|
"paper",
|
|
"paper.js"
|
|
]
|
|
}
|