mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Include a json file for Bower.
This commit is contained in:
parent
24b4c931b5
commit
f077e388a1
1 changed files with 20 additions and 0 deletions
20
bower.json
Normal file
20
bower.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "paper",
|
||||||
|
"version": "0.9.5",
|
||||||
|
"main": "dist/paper-full.js",
|
||||||
|
"ignore": [
|
||||||
|
"build",
|
||||||
|
"dist/paper.js"
|
||||||
|
"fatline",
|
||||||
|
"projects",
|
||||||
|
"lib",
|
||||||
|
"node_modules",
|
||||||
|
"package.json"
|
||||||
|
"src",
|
||||||
|
"test",
|
||||||
|
],
|
||||||
|
"devDependencies": {
|
||||||
|
"acorn": "~0.3.2",
|
||||||
|
"esprima": "~1.1.0"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue