forked from arup-banerjee/ngx-draggable-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 4.14 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "ngx-draggable-widget",
"version": "1.0.3",
"description": "[![GitHub version](http://img.shields.io/github/release/arup-banerjee%2Fngx-draggable-widget.svg)](https://github.com/arup-banerjee/ngx-draggable-widget)\r [![npm version](http://img.shields.io/npm/v/ngx-draggable-widget.svg)](https://www.npmjs.com/package/ngx-draggable-widget)\r [![bower version](http://img.shields.io/bower/v/ngx-draggable-widget.svg)](https://libraries.io/bower/ngx-draggable-widget)\r [![license](http://img.shields.io/github/license/arup-banerjee%2Fngx-draggable-widget.svg)](https://github.com/arup-banerjee/ngx-draggable-widget/blob/master/LICENSE)\r [![open issues](http://img.shields.io/github/issues/arup-banerjee%2Fngx-draggable-widget.svg)](https://github.com/arup-banerjee/ngx-draggable-widget/issues)\r [![Chat on Gitter](https://img.shields.io/gitter/room/ngx-draggable-widget/lobby.svg)](https://gitter.im/ngx-draggable-widget/Lobby#)",
"main": "karma.conf.js",
"directories": {
"test": "test"
},
"scripts": {
"cleanup": "rimraf dist/bundles dist/components dist/directives dist/interfaces dist/modules dist/main.d.ts dist/main.metadata.json dist/main.js dist/main.js.map dist/LICENSE dist/README.md",
"bundling": "rollup -c",
"minify": "uglifyjs dist/bundles/NgDraggableWidget.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/NgDraggableWidget.umd.min.js",
"copy": "copyfiles -f LICENSE README.md src/*.css dist",
"copylocal": "cp -r dist/* draggable-dashboard/node_modules/ngx-draggable-widget",
"build": "npm run cleanup && ngc && npm run bundling && npm run minify && npm run copy",
"test": "npm run build && karma start test/karma.conf.js",
"push4localtest": "npm run cleanup && ngc && npm run bundling && npm run minify && npm run copy && npm run copylocal"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arup-banerjee/ngx-draggable-widget.git"
},
"author": "Arup Banerjee arup@alanaamy.net (https//www.alanaamy.net)",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/arup-banerjee/ngx-draggable-widget/issues"
},
"homepage": "https://github.com/arup-banerjee/ngx-draggable-widget#readme",
"files": [
"dist/NgDraggableWidget*",
"dist/js/",
"dist/bundles/",
"dist/aot/",
"dist/typings/"
],
"keywords": [
"angular",
"angular-cli",
"angular4",
"widgets",
"draggable",
"web-component",
"angular2"
],
"devDependencies": {
"@angular/cli": "7.3.6",
"@angular/common": "7.2.10",
"@angular/compiler": "7.2.10",
"@angular/compiler-cli": "7.2.10",
"@angular/core": "7.2.10",
"@angular/language-service": "7.2.10",
"@angular/platform-browser": "7.2.10",
"@angular/platform-browser-dynamic": "7.2.10",
"@types/jasmine": "3.3.12",
"@types/jasminewd2": "2.0.6",
"@types/node": "11.11.6",
"angular2-template-loader": "0.6.2",
"chai": "4.2.0",
"codelyzer": "4.5.0",
"copyfiles": "2.1.0",
"electron": "4.1.1",
"jasmine": "3.3.1",
"jasmine-core": "3.3.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.0.1",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "2.0.0",
"karma-coverage": "1.1.2",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-sinon": "1.0.5",
"karma-typescript": "4.0.0",
"karma-typescript-angular2-transform": "4.0.0",
"karma-typescript-preprocessor": "0.4.0",
"karma-typescript-preprocessor2": "1.2.1",
"karma-webpack": "3.0.5",
"mocha": "6.0.2",
"phantomjs": "2.1.7",
"phantomjs-prebuilt": "2.1.16",
"protractor": "6.0.0",
"reflect-metadata": "0.1.13",
"remap-istanbul": "0.13.0",
"rimraf": "2.6.3",
"rollup": "1.7.3",
"rxjs": "6.4.0",
"sinon": "7.3.0",
"source-map": "0.7.3",
"ts-loader": "5.3.3",
"ts-node": "8.0.3",
"tslint": "5.14.0",
"typescript": "3.2.4",
"uglify-js": "3.5.2",
"wallaby-webpack": "3.9.14",
"webpack": "4.29.6",
"zone.js": "0.9.0"
}
}