Skip to content

Commit

Permalink
Add main files to bower.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauris committed Sep 8, 2014
1 parent efe2490 commit dcf55da
Showing 1 changed file with 31 additions and 26 deletions.
57 changes: 31 additions & 26 deletions bower.json
@@ -1,28 +1,33 @@
{
"name": "sensei-grid",
"version": "0.1",
"homepage": "https://github.com/datazenit/sensei-grid",
"authors": [
"Lauris <lauris@discuss.lv>"
],
"description": "Simple data grid in JavaScript/HTML.",
"keywords": [
"data grid",
"grid",
"table",
"data",
"editor",
"table editor",
"grid editor"
],
"ignore": [
"**/.*",
"node_modules",
"test"
],
"license": "MIT",
"dependencies": {
"jquery": "~2.1.1",
"lodash": "~2.4.1"
}
"name": "sensei-grid",
"version": "0.1",
"homepage": "https://github.com/datazenit/sensei-grid",
"authors": [
"Lauris <lauris@discuss.lv>"
],
"main": [
"dist/sensei-grid.js",
"dist/sensei-editors.js",
"dist/css/sensei-grid.css"
],
"description": "Simple data grid in JavaScript/HTML.",
"keywords": [
"data grid",
"grid",
"table",
"data",
"editor",
"table editor",
"grid editor"
],
"ignore": [
"**/.*",
"node_modules",
"test"
],
"license": "MIT",
"dependencies": {
"jquery": "~2.1.1",
"lodash": "~2.4.1"
}
}

0 comments on commit dcf55da

Please sign in to comment.