Skip to content

Commit

Permalink
include bower_components as this package require dependencies of othe…
Browse files Browse the repository at this point in the history
…r js library
  • Loading branch information
awsp committed Mar 5, 2015
1 parent af5c7bf commit 7ed3d7d
Show file tree
Hide file tree
Showing 153 changed files with 80,836 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
.DS_Store
.tmp/
.temp/
node_modules/
bower_components/
node_modules/
60 changes: 60 additions & 0 deletions bower_components/handsontable/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"name": "handsontable",
"description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
"version": "0.12.6",
"main": [
"./dist/handsontable.full.js",
"./dist/handsontable.full.css"
],
"homepage": "http://handsontable.com/",
"repository": {
"type": "git",
"url": "https://github.com/handsontable/handsontable.git"
},
"authors": [
"Handsoncode",
"Handsoncode <[email protected]>"
],
"keywords": [
"data",
"grid",
"table",
"editor",
"grid-editor",
"data-grid",
"data-table",
"spreadsheet",
"excel",
"tabular-data",
"edit-cell",
"editable-table",
"data-spreadsheet"
],
"ignore": [
"**/.*",
"components",
"demo",
"lib",
"plugins",
"node_modules",
"src",
"test"
],
"dependencies": {
"zeroclipboard": ">=2.1.6",
"pikaday": "1.3.0",
"moment": "2.9.0"
},
"devDependencies": {
"chroma-js": "~0.5.6"
},
"_release": "0.12.6",
"_resolution": {
"type": "version",
"tag": "0.12.6",
"commit": "3ec8d8c68247d04bc1644011d5cdfa6a96a55e5c"
},
"_source": "git://github.com/handsontable/handsontable.git",
"_target": "~0.12.6",
"_originalSource": "handsontable"
}
1 change: 1 addition & 0 deletions bower_components/handsontable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
All releases are described at https://github.com/handsontable/handsontable/releases
1 change: 1 addition & 0 deletions bower_components/handsontable/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
handsontable.com
16 changes: 16 additions & 0 deletions bower_components/handsontable/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Contributing to Handsontable

Your contributions to the project are very welcome. If you would like to fix a bug or propose a new feature, you can submit a Pull Request.

To help us merge your Pull Request, please make sure you follow these points:

1. Please make your fix on a separate branch. This makes merging much easier.
2. Do not edit files `handsontable.js`, `handsontable.css`, `handsontable.full.js`, `handsontable.full.css`. Instead, try to edit files inside the `src/` directory and then use `grunt` to make a build. More information about this on wiki page [Building](https://github.com/handsontable/handsontable/wiki/Building).
3. Very important: For any change that you make, **please try to also add a test case(s)** in `tests/jasmine/spec/` or `src/3rdparty/walkontable/test/jasmine/spec/`. This helps us understand the issue and make sure that it will stay fixed forever. See [Testing](https://github.com/handsontable/handsontable/wiki/Testing)
4. Describe the problem in the Pull Request description (of course you would do it, why do I mention that?)

Thank you for your commitment!

## Team rules

The Handsontable team utilizes Git-Flow. See [How we use Git-Flow](https://github.com/handsontable/handsontable/handsontable/wiki/How-we-use-Git-Flow)
Loading

0 comments on commit 7ed3d7d

Please sign in to comment.