Skip to content

Commit

Permalink
Added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
viskin committed Apr 17, 2015
1 parent 2d88e56 commit 0f73583
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "websqltracer",
"main": "webSqlTracer.js",
"version": "1.0.1",
"description": "Console tracer for Web SQL or SQLite",

"homepage": "https://github.com/terikon/webSqlTracer",
"authors": [
{ "name": "Terikon Software", "email": "[email protected]", "homepage": "http://il.linkedin.com/in/romanviskin" }
],

"moduleType": [
"amd",
"globals",
"node"
],

"repository": {
"type": "git",
"url": "https://github.com/terikon/webSqlTracer.git"
},

"keywords": [
"websql",
"sqlite",
"trace",
"debug",
"sql",
"profiler"
],

"license": "MIT",

"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
]

}

0 comments on commit 0f73583

Please sign in to comment.