grid-list
Version:
Drag and drop library for a two-dimensional resizable and responsive list of items
25 lines (24 loc) • 529 B
JSON
{
"name": "grid-list",
"version": "0.4.1",
"description": "Drag and drop library for a two-dimensional resizable and responsive list of items",
"keywords": [
"grid",
"drag and drop",
"resizable",
"reponsive"
],
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"jasmine-node": "~1.13.1"
},
"main": "src/gridList.js",
"repository": {
"type": "git",
"url": "https://github.com/hootsuite/grid.git"
},
"scripts": {
"test": "jasmine-node --verbose spec"
}
}