nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-smart-table / bower.json
1 {
2   "name": "angular-smart-table",
3   "version": "2.1.8",
4   "homepage": "https://github.com/lorenzofox3/Smart-Table",
5   "authors": [
6     "lorenzofox3 <laurent34azerty@gmail.com>"
7   ],
8   "description": "table module for angular",
9   "main": "dist/smart-table.js",
10   "keywords": [
11     "smart-table",
12     "angular",
13     "table"
14   ],
15   "license": "MIT",
16   "ignore": [
17     "node_modules",
18     "bower_components",
19     "test",
20     "tests"
21   ],
22   "dependencies": {
23     "angular": "^1.0.0"
24   },
25   "devDependencies": {
26     "angular-mocks": "^1.0.0",
27     "jquery": "^2.0.0"
28   }
29 }