2020-01-23 06:27:41 +01:00
|
|
|
{
|
2021-01-08 02:54:44 +01:00
|
|
|
"name": "share-freedom",
|
2021-04-06 10:44:53 +02:00
|
|
|
"version": "2.2.0",
|
2021-01-08 02:54:44 +01:00
|
|
|
"description": "Share the current tab on the fediverse",
|
|
|
|
"main": "index.js",
|
2020-01-23 06:27:41 +01:00
|
|
|
"scripts": {
|
2021-04-06 10:44:53 +02:00
|
|
|
"build:css": "postcss ./src/css/styles.css -o ./src/css/main.css",
|
|
|
|
"build": "NODE_ENV=production postcss ./src/css/styles.css -o ./src/css/main.css"
|
2020-01-23 06:27:41 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-04-05 07:40:03 +02:00
|
|
|
"url": "git+https://gitlab.com/mugcake/share-freedom-extension.git"
|
2020-01-23 06:27:41 +01:00
|
|
|
},
|
2021-01-08 02:54:44 +01:00
|
|
|
"keywords": [
|
|
|
|
"share",
|
|
|
|
"fediverse"
|
|
|
|
],
|
2020-01-23 06:27:41 +01:00
|
|
|
"author": "Mickie",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
2021-04-05 07:40:03 +02:00
|
|
|
"url": "https://gitlab.com/mugcake/share-freedom-extension/issues"
|
2020-01-23 06:27:41 +01:00
|
|
|
},
|
2021-04-06 10:44:53 +02:00
|
|
|
"homepage": "https://gitlab.com/mugcake/share-freedom-extension#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"autoprefixer": "^10.2.5",
|
|
|
|
"postcss-cli": "^8.3.1",
|
|
|
|
"tailwindcss": "^2.0.4"
|
|
|
|
}
|
2020-01-23 06:27:41 +01:00
|
|
|
}
|