mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -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",
|
||||
"fatline",
|
||||
"projects",
|
||||
"lib",
|
||||
"node_modules",
|
||||
"package.json",
|
||||
"src",
|
||||
"test"
|
||||
],
|
||||
"dependencies": {
|
||||
"straps": "~1.1.2",
|
||||
"stats.js": "r11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"acorn": "~0.3.1",
|
||||
"esprima": "~1.0.3"
|
||||
|
|
3
components/.gitignore
vendored
3
components/.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
acorn
|
||||
esprima
|
||||
*
|
Loading…
Reference in a new issue