control-freak-ide/dist/all/docs/admin-theme/bower_components/backgrid/bower.json
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

31 lines
633 B
JSON

{
"name": "backgrid",
"version": "0.3.5",
"homepage": "https://github.com/wyuenho/backgrid",
"description": "Backgrid.js is a set of components for building semantic and easily stylable data grid widgets with Backbone.",
"authors": [
"Jimmy Yuen Ho Wong <wyuenho@gmail.com>"
],
"keywords": [
"backgrid",
"backbone"
],
"main": [
"lib/backgrid.js",
"lib/backgrid.css"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"underscore": "~1.5.2",
"backbone": "~1.1.0",
"jquery": "~1.10.2"
}
}