Skip to content

Commit

Permalink
Setup bower
Browse files Browse the repository at this point in the history
Ignore specs and examples
  • Loading branch information
EnriqueCanals committed Jun 3, 2015
1 parent f60a42b commit aca48f1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "sphero",
"main": "index.js",
"version": "0.2.0",
"homepage": "https://github.com/orbotix/sphero.js",
"authors": [
"Sphero <r@orbotix.com>"
],
"description": "The Orbotix JavaScript SDK to control Sphero robots.",
"moduleType": [
"node"
],
"keywords": [
"Sphero",
"robot"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"examples"
]
}

0 comments on commit aca48f1

Please sign in to comment.