mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
21 lines
326 B
JSON
21 lines
326 B
JSON
{
|
|
"name": "paper",
|
|
"version": "0.9.5",
|
|
"main": "dist/paper-full.js",
|
|
"ignore": [
|
|
"build",
|
|
"components",
|
|
"dist/paper.js",
|
|
"fatline",
|
|
"projects",
|
|
"lib",
|
|
"node_modules",
|
|
"package.json",
|
|
"src",
|
|
"test"
|
|
],
|
|
"devDependencies": {
|
|
"acorn": "~0.3.1",
|
|
"esprima": "~1.0.3"
|
|
}
|
|
}
|