ngreact
Version:
Use React Components in Angular
20 lines (19 loc) • 520 B
JSON
{
"name": "ngReact",
"author": "https://github.com/davidchang/ngReact/graphs/contributors",
"version": "0.5.1",
"main": "ngReact.js",
"description": "Use React Components in Angular",
"homepage": "http://davidchang.github.io/ngReact/",
"repository": {
"type": "git",
"url": "https://github.com/davidchang/ngReact.git"
},
"license": "MIT",
"dependencies": {
"angular": "<2.0.0",
"react": "~15"
},
"devDependencies": {},
"keywords": ["angularjs", "angular", "react", "ngReact"]
}