ngcomponent
Version:
A clean React-like abstraction for rendering non-Angular components within an Angular app.
69 lines (68 loc) • 1.87 kB
JSON
{
"name": "ngcomponent",
"version": "4.1.0",
"description": "A clean React-like abstraction for rendering non-Angular components within an Angular app.",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"build": "npm run clean && npm run lint && tsc",
"clean": "rm -f index.d.ts",
"lint": "tslint .",
"prepublishOnly": "npm test",
"pretest": "npm run build",
"tdd": "npm run watch & karma start",
"test": "xvfb-maybe karma start --single-run",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/coatue-oss/ngcomponent.git"
},
"keywords": [
"angular",
"component",
"react",
"directive",
"props",
"state",
"controller"
],
"author": "Boris Cherny <boris@performancejs.com>",
"contributors": [
"Chris Khoo <chris.khoo@gmail.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/coatue-oss/ngcomponent/issues"
},
"homepage": "https://github.com/coatue-oss/ngcomponent#readme",
"devDependencies": {
"@types/angular-mocks": "^1.5.11",
"@types/jasmine": "^2.8.2",
"angular-resource": "^1.6.6",
"browserify": "^14.5.0",
"electron": "^1.7.9",
"jasmine": "^2.8.0",
"karma": "^1.7.1",
"karma-browserify": "^5.1.2",
"karma-electron-launcher": "^0.2.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.5",
"karma-source-map-support": "^1.2.0",
"ngimport": "^0.8.0",
"rollupify": "^0.4.0",
"tslint": "^5.8.0",
"tslint-no-circular-imports": "^0.2.0",
"typescript": "^2.6.1",
"wallaby-webpack": "0.0.45",
"watchify": "^3.9.0",
"webpack": "^3.8.1",
"xvfb-maybe": "^0.2.1"
},
"dependencies": {
"@types/angular": "^1.6.39",
"@types/lodash": "^4.14.85",
"angular": ">=1.5.0",
"lodash": "^4.17.4"
}
}