@tpacks/flexigrid
Version:
A library helps you make a grid with resizable and movable panes on it, just like Kibana dashboard
34 lines (33 loc) • 776 B
JSON
{
"name": "@tpacks/flexigrid",
"version": "1.0.2",
"description": "A library helps you make a grid with resizable and movable panes on it, just like Kibana dashboard",
"scripts": {
"test": "jest"
},
"main": "index.js",
"keywords": [
"tpacks",
"flexigrid",
"grid",
"pane",
"resizable",
"movable",
"dashboard"
],
"repository": {
"type": "git",
"url": "https://github.com/tungnvan/npm-tpacks-flexigrid"
},
"author": "tungnvan",
"license": "ISC",
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"jest": "^26.6.3"
}
}