UNPKG

react2angularjs

Version:

A fully functional way to integrate React components in Angular 1 apps!

43 lines (42 loc) 1.11 kB
{ "name": "react2angularjs", "version": "1.0.2", "description": "A fully functional way to integrate React components in Angular 1 apps!", "main": "dist/index.js", "scripts": { "test": "echo test", "build": "npx babel src --out-dir dist", "eslint": "npx eslint src/index.js", "prepublish": "npm run build" }, "devDependencies": { "@babel/cli": "7.8.4", "@babel/core": "7.8.7", "@babel/plugin-transform-modules-umd": "7.9.0", "@babel/polyfill": "7.8.7", "@babel/preset-env": "7.8.7", "@babel/preset-react": "^7.8.3", "@babel/register": "7.8.6" }, "author": "Ashvin Suthar <ashvin.suthar777@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ashvin777/react2angularjs.git" }, "keywords": [ "react2angular", "react", "angular", "react", "to", "angualjs", "ngreact", "angularreact", "reactangular" ], "bugs": { "url": "https://github.com/ashvin777/react2angularjs/issues" }, "homepage": "https://github.com/ashvin777/react2angularjs#readme" }