UNPKG

1.1 kBJSONView Raw
1{
2 "name": "reactabular-sticky",
3 "version": "1.2.3",
4 "description": "Sticky header and body for Reactabular",
5 "scripts": {
6 "build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
7 "prepublish": "npm run build"
8 },
9 "files": [
10 "dist-modules",
11 "src",
12 "CHANGELOG.md",
13 "LICENSE",
14 "README.md"
15 ],
16 "readmeFilename": "README.md",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/reactabular/reactabular.git"
20 },
21 "keywords": [
22 "react",
23 "reactjs",
24 "table",
25 "tables",
26 "reactabular"
27 ],
28 "author": "Juho Vepsalainen <bebraw@gmail.com> (http://github.com/bebraw)",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/reactabular/reactabular/issues"
32 },
33 "homepage": "http://reactabular.js.org/",
34 "main": "dist-modules",
35 "module": "src",
36 "jsnext:main": "src",
37 "dependencies": {},
38 "devDependencies": {
39 "babel-cli": "^6.11.4",
40 "rimraf": "^2.5.4"
41 },
42 "peerDependencies": {
43 "lodash": ">= 3.0.0 < 5.0.0",
44 "react": ">= 0.11.2 < 16.0.0",
45 "reactabular-table": "^1.2.3"
46 }
47}