react-clonewithprops
Version:
Stand-alone React cloneWithProps util that works with multiple versions of React
37 lines (33 loc) • 912 B
JSON
{
"name": "react-clonewithprops",
"description": "Stand-alone React cloneWithProps util that works with multiple versions of React",
"version": "1.0.1",
"repository": {
"url": "git://github.com/jquense/react-clonewithprops.git"
},
"author": "@jquense Jason Quense",
"license": "MIT",
"bugs": {
"url": "https://github.com/jquense/react-clonewithprops/issues"
},
"keywords": [ "react", "cloneWithProps", "react-addons"],
"main": "index.js",
"scripts": {
"test": "karma start karma.conf.js --single-run"
},
"peerDependencies": {
"react": ">=0.9.0"
},
"devDependencies": {
"chai": "^1.9.2",
"karma": "^0.12.24",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-webpack": "^1.3.1",
"mocha": "^2.0.1",
"scriptjs": "^2.5.7",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.5"
}
}