Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

Commit

Permalink
Add to bower
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-davidlukerice committed Oct 2, 2015
1 parent 537d93b commit e5c64ca
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "angular-formly-dynamic-interpolate-symbols",
"version": "1.0.0",
"homepage": "https://github.com/formly-js/angular-formly-dynamic-interpolate-symbols",
"authors": [
"davidlukerice"
],
"description": "Plugin for angular-formly which will convert templates that use {{ and }} into the start and end from $interpolate.",
"main": "src/angular-formly-dynamic-interpolate-symbols.js",
"moduleType": [],
"keywords": [
"angular",
"forms",
"angular-formly",
"formly",
"angularjs",
"interpolate",
"symbols"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"CONTRIBUTING.md",
"karma.conf.js",
"webpack.config.js",
"other"
]
}

0 comments on commit e5c64ca

Please sign in to comment.