react-pivoter
Version:
Display pivot tables in react using pivoter
59 lines (58 loc) • 1.61 kB
JSON
{
"name": "react-pivoter",
"version": "0.0.8",
"description": "Display pivot tables in react using pivoter",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"babel": "babel --out-dir lib src",
"prepublish": "npm run babel",
"build": "npm run babel && npm run example",
"clean": "rimraf dist lib",
"dev": "webpack-dev-server --hot --inline",
"example": "webpack",
"push-build": "./bin/push-build-branch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theadam/react-pivoter.git"
},
"keywords": [
"pivot",
"pivot-table",
"data",
"react"
],
"author": "Adam Nalisnick",
"license": "MIT",
"bugs": {
"url": "https://github.com/theadam/react-pivoter/issues"
},
"homepage": "https://github.com/theadam/react-pivoter#README",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.9.0",
"json-loader": "^0.5.4",
"react-dom": "^15.4.2",
"react-onclickoutside": "^5.8.4",
"rimraf": "^2.5.4",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"pivoter": "0.0.3"
},
"dependencies": {
"react": "^15.4.2"
}
}