-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 895 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 895 Bytes
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
{
"name": "posttolemmy",
"version": "0.1.9",
"description": "A cross-browser extension to post links to your Lemmy instance. For now it is still in development.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "npx node-sass css/postlemmy.dark.scss styles.dark.css && npx node-sass css/postlemmy.scss styles.css && npx css-minify -f styles.dark.css && npx css-minify -f styles.css && mv css-dist/* popup/. && rm *.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NiceOpenSource/posttolemmy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NiceOpenSource/posttolemmy/issues"
},
"homepage": "https://github.com/NiceOpenSource/posttolemmy#readme",
"devDependencies": {
"bulma": "^0.9.3",
"css-minify": "^2.0.0",
"node-sass": "^6.0.1"
}
}