react-components
Version:
React components used by Khan Academy
27 lines (26 loc) • 621 B
JSON
{
"name": "react-live-edit",
"version": "0.1.0",
"description": "Live editor for React components",
"main": "edit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/joelburget/react-live-editor"
},
"keywords": [
"react-component",
"react",
"editor",
"component"
],
"author": "Joel Burget",
"license": "MIT",
"dependencies": {
"react": "^0.12.0",
"browserify": "^5.12.0",
"reactify": "git://github.com/andreypopp/reactify.git#c1b0e15eca9d5e663f34f372682723d5fb4f15af"
}
}