datatable/package.json
2018-03-19 00:20:29 +05:30

51 lines
1.3 KiB
JSON

{
"name": "frappe-datatable",
"version": "0.0.2",
"description": "A modern datatable library for the web",
"main": "dist/frappe-datatable.cjs.js",
"scripts": {
"start": "yarn run dev",
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"devDependencies": {
"chai": "3.5.0",
"cssnano": "^3.10.0",
"deepmerge": "^2.0.1",
"eslint": "3.19.0",
"eslint-loader": "1.7.1",
"mocha": "3.3.0",
"postcss-cssnext": "^3.1.0",
"postcss-nested": "^3.0.0",
"precss": "^3.1.0",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-postcss": "^1.2.8",
"rollup-plugin-uglify": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/frappe/datatable.git"
},
"keywords": [
"datatable",
"data",
"grid",
"table"
],
"author": "Faris Ansari",
"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"
}
}