-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.68 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
{
"name": "launchext-youtube-playback",
"version": "2.9.0",
"description": "The most full-featured extension for tracking playback of all of your YouTube videos! Rich set of events and data elements for building your Rules. Supports dynamic loading of YouTube players. Control loading of YouTube's API.",
"author": "Yuhui",
"license": "GPL-3.0-or-later",
"main": "main.js",
"devDependencies": {
"@adobe/coral-spectrum": "^4.19.0",
"@adobe/reactor-packager": "^4.3.1",
"@adobe/reactor-releaser": "^4.0.0",
"@adobe/reactor-sandbox": "^13.1.0",
"@adobe/reactor-uploader": "^6.0.2",
"eslint": "^9.17.0",
"jasmine": "^5.5.0",
"proxyquire": "^2.1.3"
},
"scripts": {
"remove-spectrum-dist": "rm -rf ./src/view/dist/*",
"copy-spectrum-dist-css": "mkdir ./src/view/dist/css && cp ./node_modules/@adobe/coral-spectrum/dist/css/*.min.css ./src/view/dist/css",
"copy-spectrum-dist-js": "mkdir ./src/view/dist/js && cp ./node_modules/@adobe/coral-spectrum/dist/js/*.min.js* ./src/view/dist/js",
"copy-spectrum-dist-resources": "mkdir ./src/view/dist/resources && cp ./node_modules/@adobe/coral-spectrum/dist/resources/* ./src/view/dist/resources",
"copy-spectrum-dist": "npm run copy-spectrum-dist-css && npm run copy-spectrum-dist-js && npm run copy-spectrum-dist-resources",
"cp-spectrum": "npm run remove-spectrum-dist && npm run copy-spectrum-dist",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuhui/launchext-youtube-playback.git"
},
"bugs": {
"url": "https://github.com/yuhui/launchext-youtube-playback/issues"
},
"homepage": "https://github.com/yuhui/launchext-youtube-playback#readme"
}