Include library dependencies in bower.json

This commit is contained in:
Jürg Lehni 2013-06-27 03:52:06 -07:00
parent 25cce566fa
commit 2a64806d88
2 changed files with 5 additions and 3 deletions

View file

@ -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"

View file

@ -1,2 +1 @@
acorn
esprima
*