Skip to content

Commit

Permalink
Bower + npm package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmiles committed Feb 16, 2015
1 parent 6b84017 commit e95ff85
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 19 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
---

![Bower version](https://img.shields.io/bower/v/bootstrap-treeview.svg?style=flat)
[![npm version](https://img.shields.io/npm/v/bootstrap-treeview.svg?style=flat)](https://www.npmjs.com/package/bootstrap-treeview)
[![Build Status](https://img.shields.io/travis/jonmiles/bootstrap-treeview/master.svg?style=flat)](https://travis-ci.org/jonmiles/bootstrap-treeview)
[![devDependency Status](https://img.shields.io/david/dev/jonmiles/bootstrap-treeview.svg?style=flat)](https://david-dm.org/jonmiles/bootstrap-treeeview#info=devDependencies)

A simple and elegant solution to displaying hierarchical tree structures (i.e. a Tree View) while levering the best that Twitter Bootstrap has to offer.

Expand Down
16 changes: 10 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{
"name": "bootstrap-treeview",
"description": "Tree View for Twitter Bootstrap",
"version": "1.0.1",
"homepage": "https://github.com/jonmiles/bootstrap-treeview",
"description": "Tree View for Twitter Bootstrap",
"main": [
"dist/bootstrap-treeview.min.js",
"dist/bootstrap-treeview.min.css"
],
"keywords": [
"Twitter",
"Bootstrap",
"Tree",
"TreeView",
"Navigation"
"twitter",
"bootstrap",
"tree",
"treeview",
"tree-view",
"navigation",
"javascript",
"jquery",
"jquery-plugin"
],
"ignore": [
"**/.*",
Expand Down
65 changes: 52 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,57 @@
{
"name": "bootstrap-treeview",
"version": "1.0.0",
"devDependencies": {
"grunt": ">=0.4.1",
"grunt-contrib-uglify": ">=0.2.4",
"grunt-contrib-cssmin": ">=0.4.0",
"grunt-contrib-qunit": ">=0.2.1",
"grunt-contrib-watch": ">=0.3.1",
"grunt-contrib-copy": ">=0.4.1",
"bower": "~1.3.7"
"description": "Tree View for Twitter Bootstrap",
"version": "1.0.1",
"homepage": "https://github.com/jonmiles/bootstrap-treeview",
"author": {
"name": "Jonathan Miles"
},
"repository": {
"type": "git",
"url": "git://github.com/jonmiles/bootstrap-treeview.git"
},
"bugs": {
"url": "https://github.com/jonmiles/bootstrap-treeview/issues"
},
"licenses": [
{
"type": "Apache",
"url": "https://github.com/jonmiles/bootstrap-treeview/blob/master/LICENSE"
}
],
"main": [
"dist/bootstrap-treeview.min.js",
"dist/bootstrap-treeview.min.css"
],
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"phantomjs": "~1.9.2-2",
"express": "~3.4.2",
"ejs": "~0.8.5"
}
"express": "3.4.x",
"ejs": "2.2.x",
"phantomjs": "1.9.x"
},
"devDependencies": {
"bower": "1.3.x",
"grunt": "0.4.x",
"grunt-contrib-uglify": "0.7.x",
"grunt-contrib-cssmin": "0.12.x",
"grunt-contrib-qunit": "0.5.x",
"grunt-contrib-watch": "0.6.x",
"grunt-contrib-copy": "0.7.x"
},
"keywords": [
"twitter",
"bootstrap",
"tree",
"treeview",
"tree-view",
"navigation",
"javascript",
"jquery",
"jquery-plugin"
]
}

0 comments on commit e95ff85

Please sign in to comment.