Skip to content

Commit

Permalink
Merge pull request #13 from mazurov/master
Browse files Browse the repository at this point in the history
Add bower configuration file
  • Loading branch information
Constellation committed May 3, 2013
2 parents ac624bc + 270b60e commit 75a5812
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "escope",
"version": "0.0.14-dev",
"main": "escope.js",
"dependencies": {
"estraverse": ">= 0.0.2"
},
"ignore": [
"**/.*",
"node_modules",
"components"
]
}

0 comments on commit 75a5812

Please sign in to comment.