UNPKG

974 BJSONView Raw
1{
2 "name": "react-edit",
3 "version": "3.0.0",
4 "description": "Inline editing utilities for React",
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 "inline",
24 "edit",
25 "editing"
26 ],
27 "author": "Juho Vepsalainen <bebraw@gmail.com> (http://github.com/bebraw)",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/reactabular/reactabular/issues"
31 },
32 "homepage": "http://reactabular.js.org/",
33 "main": "dist",
34 "module": "dist",
35 "jsnext:main": "dist",
36 "dependencies": {},
37 "devDependencies": {
38 "babel-cli": "^6.11.4",
39 "rimraf": "^2.5.4"
40 },
41 "peerDependencies": {
42 "react": ">= 0.11.2 < 16.0.0"
43 }
44}