Skip to content

Commit

Permalink
add to bower
Browse files Browse the repository at this point in the history
  • Loading branch information
rhalff committed Mar 8, 2015
1 parent 9a02698 commit 679f875
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "dot-object",
"description": "dot-object makes it possible to transform and read (JSON) objects using dot notation.",
"main": "index.js",
"authors": [
{ "name": "Rob Halff", "email": "[email protected]" }
],
"ignore": [
".*",
"!index.js",
"!MIT-LICENSE",
"!CHANGELOG.md",
"!README.md"
],
"keywords": [
"json",
"filter",
"transform",
"dot",
"notation",
"dot"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/rhalff/dot-object.git"
},
"version": "0.8.0",
"homepage": "https://github.com/rhalff/dot-object",
"moduleType": [
"amd",
"globals",
"node"
]
}

0 comments on commit 679f875

Please sign in to comment.