Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed Dec 9, 2015
1 parent c4100e2 commit a60d9aa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "jquery.observe_field",
"main": "jquery.observe_field.js",
"version": "0.1.0",
"homepage": "https://github.com/splendeo/jquery.observe_field",
"authors": "Splendeo Innovación, SL",
"description": "a way to observe form fields on a given frequency",
"keywords": [
"jquery",
"observe",
"field"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit a60d9aa

Please sign in to comment.