ng2-lazy-trumbowyg
Version:
Angular 2 Component for lazy loading of Trumbowyg wysiwyg editor
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "ng2-lazy-trumbowyg",
"version": "2.4.3",
"description": "Angular 2 Component for lazy loading of Trumbowyg wysiwyg editor",
"main": "index.js",
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/trumbowyg.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/trumbowyg.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"dependencies": {
"rxjs": ">=5.0.1"
},
"devDependencies": {
"@angular/core": "^2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/compiler-cli": "^2.4.0",
"rollup": "^0.56.5",
"typescript": "^2.0.10",
"uglify-js": "^2.8.21",
"zone.js": "^0.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/monad98/ng2-lazy-trumbowyg.git"
},
"keywords": [
"Trumbowyg",
"Angular2"
],
"typings": "index.d.ts",
"author": "HYUNGWU PAE",
"license": "MIT",
"maintainers": [
{
"email": "monad98@naver.com",
"name": "monad98"
}
]
}