UNPKG

1.07 kBJSONView Raw
1{
2 "name": "reactabular-dnd",
3 "version": "8.12.0",
4 "description": "Drag and drop helpers for Reactabular",
5 "scripts": {
6 "build": "rimraf ./dist && babel ./src --out-dir ./dist",
7 "prepublish": "npm run build"
8 },
9 "files": [
10 "dist",
11 "CHANGELOG.md",
12 "LICENSE",
13 "README.md"
14 ],
15 "readmeFilename": "README.md",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/reactabular/reactabular.git"
19 },
20 "keywords": [
21 "react",
22 "reactjs",
23 "table",
24 "tables",
25 "reactabular",
26 "dnd"
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",
35 "module": "dist",
36 "jsnext:main": "dist",
37 "dependencies": {},
38 "devDependencies": {
39 "babel-cli": "^6.11.4",
40 "rimraf": "^2.5.4"
41 },
42 "peerDependencies": {
43 "lodash": ">= 4.0.0 < 5.0.0",
44 "react": ">= 0.11.2 < 17.0.0",
45 "react-dnd": ">= 2.0.0 < 3.0.0"
46 }
47}