react-json-verbling
Version:
A JSON editor packed as a React.js component and the simplest way of creating web forms.
39 lines (38 loc) • 893 B
JSON
{
"name": "react-json-verbling",
"version": "0.0.4",
"description": "A JSON editor packed as a React.js component and the simplest way of creating web forms.",
"main": "Json.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha tests"
},
"repository": {
"type": "git",
"url": "https://github.com/arqex/react-json.git"
},
"keywords": [
"react",
"forms",
"json"
],
"author": "Javier Marquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/arqex/react-json/issues"
},
"homepage": "https://github.com/arqex/react-json",
"dependencies": {
"freezer-js": "^0.5.2",
"object-assign": "^2.0.0"
},
"peerDependencies": {
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-uglify": "^1.2.0",
"gulp-webpack": "^1.4.0",
"jsdom": "^3.1.2",
"mocha": "^2.2.4",
"node-libs-browser": "^0.5.2"
}
}