{ "name": "frappe-datatable", "version": "0.0.5", "description": "A modern datatable library for the web", "main": "dist/frappe-datatable.cjs.js", "scripts": { "start": "yarn run dev", "build": "rollup -c", "production": "rollup -c --production", "build:docs": "rollup -c --docs", "dev": "rollup -c -w", "test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js", "docs": "vuepress dev vuepress" }, "devDependencies": { "chai": "3.5.0", "deepmerge": "^2.0.1", "eslint-config-airbnb": "^16.1.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.11.0", "mocha": "3.3.0", "postcss-cssnext": "^3.1.0", "postcss-nested": "^3.0.0", "rollup": "^0.59.1", "rollup-plugin-commonjs": "^8.3.0", "rollup-plugin-eslint": "^4.0.0", "rollup-plugin-json": "^2.3.0", "rollup-plugin-node-resolve": "^3.0.3", "rollup-plugin-postcss": "^1.2.8", "rollup-plugin-uglify-es": "^0.0.1", "script-loader": "^0.7.2", "vuepress": "^0.8.4" }, "repository": { "type": "git", "url": "https://github.com/frappe/datatable.git" }, "keywords": [ "datatable", "data", "grid", "table" ], "author": "Frappe Technologies", "license": "MIT", "bugs": { "url": "https://github.com/frappe/datatable/issues" }, "homepage": "https://frappe.github.io/datatable", "dependencies": { "clusterize.js": "^0.18.0", "lodash": "^4.17.5", "sortablejs": "^1.7.0" } }