paper.js/package.json
= b1c78c0ce0 include all dist/ files in package.json .files
so that npm can be used as a client-side package manager
2015-03-23 22:20:01 +01:00

51 lines
1,001 B
JSON

{
"name": "paper",
"version": "0.9.22",
"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"
},
"contributors": [
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
],
"main": "dist/paper-node.js",
"files": [
"AUTHORS.md",
"dist/",
"examples/Node.js",
"LICENSE.txt",
"README.md"
],
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"canvas": "~1.2.1",
"jsdom": "~3.1.2",
"request": "~2.53.0"
},
"devDependencies": {
"uglify-js": "~2.4.16",
"prepro": "~0.8.3"
},
"keywords": [
"vector",
"graphic",
"graphics",
"2d",
"geometry",
"bezier",
"curve",
"curves",
"path",
"paths",
"canvas",
"svg",
"paper",
"paper.js"
]
}