jstreetable
Version:
table plugin for jstree
32 lines • 815 B
JSON
{
"name": "jstreetable",
"description": "table plugin for jstree",
"version": "1.0.18",
"url": "https://github.com/cuiyonghua/jstree-table",
"author": {"name":"cuiyonghua","url":"https://github.com/cuiyonghua"},
"dependencies": {
"jstree":">=3.0.0"
},
"keywords":[
"jquery",
"jstree",
"table",
"javascript"
],
"repository": {
"type" : "git",
"url" : "https://github.com/cuiyonghua/jstree-table.git"
},
"license" : "MIT",
"devDependencies": {
"eslint": "^1.9.0",
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "nathancahill/grunt-contrib-jasmine",
"jasmine": "^2.3.2",
"uglifyjs": "^2.4.10"
},
"scripts": {
"test": "./node_modules/.bin/grunt jasmine",
"build": "./node_modules/.bin/uglifyjs -m -o jstreetable.min.js jstreetable.js"
}
}