-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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": "[email protected]",
"name": "monad98"
}
]
}