2011-08-20 09:48:57 -04:00
|
|
|
{
|
2013-06-26 21:04:56 -04:00
|
|
|
"name": "paper",
|
2013-06-26 22:42:24 -04:00
|
|
|
"version": "0.9.5",
|
2013-06-26 21:04:56 -04:00
|
|
|
"main": "./src/node/index.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.4.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"canvas": ">= 0.7.0",
|
|
|
|
"jsdom": ">= 0.6.0"
|
|
|
|
},
|
|
|
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
|
|
|
"contributors": [
|
|
|
|
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
|
|
|
|
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
|
|
|
],
|
|
|
|
"homepage": "http://paperjs.org",
|
|
|
|
"repository": "git://github.com/paperjs/paper.js",
|
|
|
|
"keywords": [
|
|
|
|
"vector",
|
|
|
|
"graphic",
|
|
|
|
"graphics",
|
|
|
|
"bezier",
|
|
|
|
"curve",
|
|
|
|
"curves",
|
|
|
|
"canvas",
|
|
|
|
"svg",
|
|
|
|
"paper.js"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"uglify-js": "~2.3.6",
|
2013-06-26 21:57:46 -04:00
|
|
|
"prepro": "~0.6.0",
|
2013-06-26 21:04:56 -04:00
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-contrib-uglify": "~0.2.2"
|
|
|
|
}
|
2013-05-05 22:34:23 -04:00
|
|
|
}
|