usfca-data-table
Version:
data table test
38 lines (37 loc) • 789 B
JSON
{
"name": "usfca-data-table",
"version": "0.1.0",
"description": "data table test",
"main": "data-table/table.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jest --coverage data-table",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/brmighell/rcv-entry.git"
},
"keywords": [
"data-table",
"data-entry",
"data",
"table",
"entry"
],
"author": "rcv-entry",
"license": "MIT",
"bugs": {
"url": "https://github.com/brmighell/rcv-entry/issues"
},
"homepage": "https://brmighell.github.io/rcv-entry",
"devDependencies": {
"eslint": "^7.18.0",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"eslint-plugin-jest": "^24.1.3"
},
"dependencies": {}
}