taboo-table
Version:
html tables for taboo
28 lines (27 loc) • 479 B
JSON
{
"name": "taboo-table",
"version": "0.2.0",
"authors": [
"mrmagooey"
],
"description": "html tables for taboo",
"main": "taboo-table.js",
"moduleType": [
"globals"
],
"keywords": [
"taboo"
],
"dependencies":{
"taboo": "~0.1"
},
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}