38 lines
1000 B
JSON
38 lines
1000 B
JSON
{
|
|
"name": "backgrid",
|
|
"version": "0.3.5",
|
|
"author": "Jimmy Yuen Ho Wong and contributors <wyuenho@gmail.com>",
|
|
"description": "Backgrid.js is a set of components for building semantic and easily stylable data grid widgets with Backbone.",
|
|
"homepage": "http://backgridjs.com/",
|
|
"keywords": [
|
|
"backgrid",
|
|
"backbone"
|
|
],
|
|
"main": "./lib/backgrid.js",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/wyuenho/backgrid"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-cli": "~0.1.9",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-connect": "~0.3.0",
|
|
"grunt-contrib-clean": "~0.4.1",
|
|
"grunt-contrib-jasmine": "~0.5.1",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-template-jasmine-istanbul": "~0.2.4",
|
|
"grunt-jsduck": "~0.1.4",
|
|
"grunt-recess": "~0.3.3"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"private": true
|
|
}
|