-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
102 lines (102 loc) · 4.53 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 [email protected] (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": "^1.3.2",
"@angular/common": "^4.3.6",
"@angular/compiler": "^4.3.5",
"@angular/compiler-cli": "^4.3.5",
"@angular/core": "^4.3.5",
"@angular/language-service": "^4.3.6",
"@angular/platform-browser": "^4.3.6",
"@angular/platform-browser-dynamic": "^4.3.6",
"@types/jasmine": "^2.5.54",
"@types/jasminewd2": "^2.0.2",
"@types/node": "^8.0.25",
"angular2-template-loader": "^0.6.2",
"chai": "^4.1.1",
"codelyzer": "^3.1.2",
"copyfiles": "^1.0.0",
"electron": "^1.7.5",
"jasmine": "^2.7.0",
"jasmine-core": "^2.8.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-typescript": "^3.0.5",
"karma-typescript-angular2-transform": "^1.0.1",
"karma-typescript-preprocessor": "^0.3.1",
"karma-typescript-preprocessor2": "^1.2.1",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.15",
"protractor": "^5.1.2",
"reflect-metadata": "^0.1.8",
"remap-istanbul": "^0.9.5",
"rimraf": "^2.5.4",
"rollup": "^0.48.2",
"rxjs": "^5.0.1",
"sinon": "^3.2.1",
"source-map": "^0.5.7",
"ts-loader": "^2.3.4",
"ts-node": "^3.3.0",
"tslint": "^5.6.0",
"typescript": "^2.4.2",
"uglify-js": "^3.0.28",
"wallaby-webpack": "0.0.39",
"webpack": "^3.5.5",
"zone.js": "^0.8.16"
}
}