react-component-decorators
Version:
React decorators, magic.
43 lines (42 loc) • 894 B
JSON
{
"name": "react-component-decorators",
"description": "React decorators, magic.",
"version": "1.1.0",
"author": "James <aretecode@gmail.com>",
"main": "src",
"scripts": {
"prepublish": "nwb build",
"build": "nwb build"
},
"files": [
"lib",
"src",
"umd"
],
"dependencies": {
"core-decorators": "^0.15.0",
"fbjs": "^0.8.9"
},
"bugs": {
"url": "https://github.com/aretecode/react-component-decorators/issues"
},
"homepage": "https://github.com/aretecode/react-component-decorators",
"keywords": [
"react",
"decorators",
"loading",
"render",
"props",
"state",
"aretecode",
"valid"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aretecode/react-component-decorators"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4"
}
}