diff --git a/component.json b/component.json deleted file mode 100644 index 481344f8..00000000 --- a/component.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "backgrid", - "repo": "wyuenho/backgrid", - "description": "Backgrid.js is a set of components for building semantic and easily stylable data grid widgets.", - "version": "0.3.5", - "keywords": [ - "backbone", - "grid", - "datagrid", - "widget", - "ui", - "toolkit" - ], - "main": "lib/backgrid.js", - "scripts": [ - "lib/backgrid.js" - ], - "styles": [ - "lib/backgrid.css" - ], - "dependencies": { - "jashkenas/underscore": "*", - "jashkenas/backbone": "*" - }, - "demo": "http://backgridjs.com", - "license": "MIT" -}