2013-06-27 05:57:58 -04:00
|
|
|
{
|
|
|
|
"name": "paper",
|
2013-06-27 17:31:42 -04:00
|
|
|
"version": "0.9.7",
|
2013-06-27 06:08:33 -04:00
|
|
|
"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)"
|
|
|
|
],
|
2013-06-27 07:34:34 -04:00
|
|
|
"main": "dist/paper.js",
|
2013-06-27 05:57:58 -04:00
|
|
|
"ignore": [
|
|
|
|
"build",
|
2013-06-27 06:02:40 -04:00
|
|
|
"components",
|
2013-06-27 17:53:34 -04:00
|
|
|
"dist/paper-node.js",
|
2013-06-27 05:57:58 -04:00
|
|
|
"fatline",
|
|
|
|
"projects",
|
|
|
|
"node_modules",
|
2013-06-27 06:02:40 -04:00
|
|
|
"package.json",
|
2013-06-27 05:57:58 -04:00
|
|
|
"src",
|
2013-06-27 06:02:40 -04:00
|
|
|
"test"
|
2013-06-27 05:57:58 -04:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
2013-06-28 08:15:49 -04:00
|
|
|
"straps": "~1.1.3",
|
2013-06-27 06:02:40 -04:00
|
|
|
"acorn": "~0.3.1",
|
2013-06-27 07:21:06 -04:00
|
|
|
"esprima": "~1.0.3",
|
|
|
|
"stats.js": "r11"
|
2013-06-27 05:57:58 -04:00
|
|
|
}
|
|
|
|
}
|