-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include bower_components as this package require dependencies of othe…
…r js library
- Loading branch information
Showing
153 changed files
with
80,836 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
.DS_Store | ||
.tmp/ | ||
.temp/ | ||
node_modules/ | ||
bower_components/ | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
All releases are described at https://github.com/handsontable/handsontable/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
handsontable.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.