Include a json file for Bower.

This commit is contained in:
Jürg Lehni 2013-06-27 02:57:58 -07:00
parent 24b4c931b5
commit f077e388a1

20
bower.json Normal file
View 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"
}
}