angular-react/libs/core/package.json

33 строки
792 B
JSON
Исходник Обычный вид История

2018-04-04 06:40:33 +03:00
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
2018-04-04 12:22:27 +03:00
"name": "@angular-react/core",
2018-04-04 13:06:30 +03:00
"version": "0.1.0",
2018-04-04 06:40:33 +03:00
"ngPackage": {
"lib": {
2018-04-04 13:06:30 +03:00
"entryFile": "index.ts",
"umdModuleIds": {
"react": "React",
"react-dom": "ReactDOM"
},
"comments": "none"
2018-04-04 06:40:33 +03:00
},
2018-04-04 12:22:27 +03:00
"dest": "../../@angular-react/core"
2018-04-04 13:06:30 +03:00
},
"description": "Use React components inside Angular",
"author": "Ben Feely <http://benfeely.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/benfeely/angular-react/issues"
},
"homepage": "https://github.com/benfeely/angular-react#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/benfeely/angular-react.git"
},
"keywords": [
"angular",
"react",
"components"
]
2018-04-04 06:40:33 +03:00
}