-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "fixersdatacollectionclient",
"version": "1.0.0",
"description": "##### For development and early distribution purposes, the plugin is implemented as a Userscript. Make sure your have the [Tampermonkey](https://tampermonkey.net/) extension installed in your browser and then click the link below to install FixersDataCollectionClient.",
"main": "dist/bundle.min.js",
"dependencies": {},
"devDependencies": {
},
"scripts": {
"build": "cat src/userscript-header.js src/jquery-3.3.1.min.js src/ifvisible.min.js src/browser-cuid.min.js src/screentime.js src/iFixit.js > dist/bundle.user.js && cat src/jquery-3.3.1.min.js src/ifvisible.min.js src/browser-cuid.min.js src/screentime.js src/iFixit.js > dist/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrew-ledawson/FixersDataCollectionClient.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrew-ledawson/FixersDataCollectionClient/issues"
},
"homepage": "https://github.com/andrew-ledawson/FixersDataCollectionClient#readme"
}