Closed juristr closed 10 years ago
Hi @juristr,
It should be available as angular-json-human
as you can see below. Let me know if you have any trouble.
$ bower info angular-json-human
bower angular-json-human#* cached git://github.com/yaru22/angular-json-human.git#1.2.0
bower angular-json-human#* validate 1.2.0 against git://github.com/yaru22/angular-json-human.git#*
{
author: {
name: 'Brian Park',
email: 'yaru22@gmail.com'
},
name: 'angular-json-human',
description: 'Angular directive to convert JSON into human readable table. Inspired by https://github.com/marianoguerra/json.human.js.',
version: '1.2.0',
license: 'MIT',
homepage: 'https://github.com/yaru22/angular-json-human',
repository: {
type: 'git',
url: 'git://github.com/yaru22/angular-json-human.git'
},
main: [
'dist/angular-json-human.js',
'dist/angular-json-human.css'
],
ignore: [
'.editorconfig',
'.gitattributes',
'.gitignore',
'.gittrack',
'.jshintrc',
'demo/',
'Gruntfile.js',
'karma-unit.conf.js',
'package.json',
'src/',
'template/',
'test/'
],
dependencies: {
angular: '1.2.10',
'angular-mocks': '1.2.10',
lodash: '2.4.1'
},
devDependencies: {
chai: '1.9.0',
jquery: '2.1.0'
}
}
Available versions:
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- 0.1.1
You can request info for a specific version with 'bower info angular-json-human#<version>'
Oh sorry. Didn't find it. Maybe there should be a note on the README.md about installing the lib through bower (as most libs have). :smile:
Thx for your response!
Good point. Just updated README.
Are there plans to make this available through Bower?? Would be great and way easier to include.
Thx