mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 10:48:38 -05:00
Include library dependencies in bower.json
This commit is contained in:
parent
25cce566fa
commit
2a64806d88
2 changed files with 5 additions and 3 deletions
|
@ -12,12 +12,15 @@
|
||||||
"components",
|
"components",
|
||||||
"fatline",
|
"fatline",
|
||||||
"projects",
|
"projects",
|
||||||
"lib",
|
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"package.json",
|
"package.json",
|
||||||
"src",
|
"src",
|
||||||
"test"
|
"test"
|
||||||
],
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"straps": "~1.1.2",
|
||||||
|
"stats.js": "r11"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"acorn": "~0.3.1",
|
"acorn": "~0.3.1",
|
||||||
"esprima": "~1.0.3"
|
"esprima": "~1.0.3"
|
||||||
|
|
3
components/.gitignore
vendored
3
components/.gitignore
vendored
|
@ -1,2 +1 @@
|
||||||
acorn
|
*
|
||||||
esprima
|
|
Loading…
Reference in a new issue