diff options
author | talasila <talasila@research.att.com> | 2017-02-07 15:03:57 -0500 |
---|---|---|
committer | talasila <talasila@research.att.com> | 2017-02-07 15:05:15 -0500 |
commit | 4ad39a5c96dd99acf819ce189b13fec946d7506b (patch) | |
tree | a1449286441947cc3d07a45227fa0d6f978e1a7d /ecomp-portal-FE/client/bower_components/angular-smart-table/.bower.json | |
parent | 5500448cbd1f374d0ac743ee2fd636fe2d3c0027 (diff) |
Initial OpenECOMP Portal commit
Change-Id: I804b80e0830c092e307da1599bd9fbb5c3e2da77
Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-smart-table/.bower.json')
-rw-r--r-- | ecomp-portal-FE/client/bower_components/angular-smart-table/.bower.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/angular-smart-table/.bower.json b/ecomp-portal-FE/client/bower_components/angular-smart-table/.bower.json new file mode 100644 index 00000000..869436dc --- /dev/null +++ b/ecomp-portal-FE/client/bower_components/angular-smart-table/.bower.json @@ -0,0 +1,38 @@ +{ + "name": "angular-smart-table", + "version": "2.1.8", + "homepage": "https://github.com/lorenzofox3/Smart-Table", + "authors": [ + "lorenzofox3 <laurent34azerty@gmail.com>" + ], + "description": "table module for angular", + "main": "dist/smart-table.js", + "keywords": [ + "smart-table", + "angular", + "table" + ], + "license": "MIT", + "ignore": [ + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "angular": "^1.0.0" + }, + "devDependencies": { + "angular-mocks": "^1.0.0", + "jquery": "^2.0.0" + }, + "_release": "2.1.8", + "_resolution": { + "type": "version", + "tag": "v2.1.8", + "commit": "a63502153e89227b33cc540e82b8b6b035ab7bf3" + }, + "_source": "https://github.com/lorenzofox3/Smart-Table.git", + "_target": "~2.1.8", + "_originalSource": "angular-smart-table" +}
\ No newline at end of file |