-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 3.74 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 3.74 KB
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
{
"name": "@brightsign/bsn-content-migrator",
"description": "BrightSign content migration utility and service",
"version": "0.0.1",
"main": "./dist/bsnCm.js",
"typings": "./index.d.ts",
"author": "BrightSign LLC",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git@git.brightsign.biz:bsn-content-migrator"
},
"dependencies": {
"core-js": "^2.4.1",
"axios": "^0.17.1"
},
"peerDependencies": {
"@brightsign/bscore": ">=0.5.8",
"@brightsign/bacon-core": ">=0.0.25",
"@brightsign/bsnconnector": ">=0.4.17",
"@brightsign/fsconnector": "git+ssh://git@git.brightsign.biz:fsConnector#9ea04b0a3a674c46b046f88e7b095e7b778a8cd0",
"@brightsign/bs-bpf-converter": "git+ssh://git@git.brightsign.biz:bs-bpf-converter#28647edba51708a432d5bd460a12bf47658eb343",
"@brightsign/bs-content-manager": ">=0.5.20",
"@brightsign/bsDataModel": ">=0.11.12",
"@brightsign/bs-data-feed-dm": "git+ssh://git@git.brightsign.biz:bs-data-feed-dm#afc19a57e5c29dd5cc7e3ac531874029fefcb071",
"@brightsign/bs-playlist-dm": "git+ssh://git@git.brightsign.biz:bs-playlist-dm#5871a066e6c38ed20ab81415b8d33e7fac4e393c",
"@brightsign/bs-configurator": ">=0.0.4",
"@brightsign/bs-device-artifacts": ">=1.0.28",
"@brightsign/bs-task-manager": "git+ssh://git@git.brightsign.biz:bs-task-manager#84eb84fbff848d0824f0770fea8af369c6df1f0a",
"@brightsign/fsmetadata": ">=0.0.5",
"archiver": "^3.0.0",
"core-js": "^2.4.1",
"fs-extra": "^4.0.2",
"image-size": "^0.6.2",
"isomorphic-path": "2.0.0",
"junk": "^2.1.0",
"lodash": "^4.17.4",
"unzip-stream": "^0.3.0",
"workerpool": "github:brightsign/workerpool",
"awesome-typescript-loader": "^3.2.1"
},
"devDependencies": {
"@brightsign/bacon-core": ">=0.0.25",
"@brightsign/bs-bpf-converter": "git+ssh://git@git.brightsign.biz:bs-bpf-converter#28647edba51708a432d5bd460a12bf47658eb343",
"@brightsign/bs-configurator": ">=0.0.4",
"@brightsign/bs-content-manager": ">=0.5.20",
"@brightsign/bs-data-feed-dm": "git+ssh://git@git.brightsign.biz:bs-data-feed-dm#afc19a57e5c29dd5cc7e3ac531874029fefcb071",
"@brightsign/bs-device-artifacts": ">=1.0.28",
"@brightsign/bs-playlist-dm": "git+ssh://git@git.brightsign.biz:bs-playlist-dm#5871a066e6c38ed20ab81415b8d33e7fac4e393c",
"@brightsign/bs-task-manager": "git+ssh://git@git.brightsign.biz:bs-task-manager#84eb84fbff848d0824f0770fea8af369c6df1f0a",
"@brightsign/bsDataModel": ">=0.11.12",
"@brightsign/bscore": ">=0.5.8",
"@brightsign/bsnconnector": ">=0.4.17",
"@brightsign/fsconnector": "git+ssh://git@git.brightsign.biz:fsConnector#9ea04b0a3a674c46b046f88e7b095e7b778a8cd0",
"@brightsign/fsmetadata": ">=0.0.5",
"@types/node": "^7.0.12",
"archiver": "^3.0.0",
"awesome-typescript-loader": "^3.2.1",
"core-js": "^2.4.1",
"fs-extra": "^4.0.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-just-replace": "^1.0.2",
"image-size": "^0.6.2",
"isomorphic-path": "2.0.0",
"junk": "^2.1.0",
"lodash": "^4.17.4",
"through2": "^2.0.3",
"tsunit.external": "^2.0.10",
"unzip-stream": "^0.3.0",
"workerpool": "github:brightsign/workerpool"
},
"scripts": {
"prepareTests": "tsc node_modules/tsunit.external/tsUnit.ts --target ES6 --module commonjs && tsc node_modules/tsunit.external/tsUnitAsync.ts --target ES6 --module commonjs",
"generateTypeFiles": "gulp cleanTypes && tsc -p tsconfig.decl.json && gulp indexTypescript",
"package-link": "npm link typescript webpack tslint",
"package-build-dist": "webpack",
"package-install": "npm install --only=production",
"package-submodule": "npm run prepublishOnly",
"prepublishOnly": "npm run generateTypeFiles && webpack"
}
}