| Current Path : /etc/kibana/node_modules/ngreact/ |
| Current File : //etc/kibana/node_modules/ngreact/package.json |
{
"name": "ngreact",
"author": "https://github.com/davidchang/ngReact/graphs/contributors",
"scripts": {
"build": "grunt build",
"test": "grunt test"
},
"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",
"peerDependencies": {
"angular": "< 2.0.0",
"react": ">=0.14.2",
"react-dom": ">=0.14.2"
},
"browserify-shim": {
"angular": "global:angular"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"angularjs",
"angular",
"react",
"ngReact"
],
"cleaned": true
}