forked from material-shell/material-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.03 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.03 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
{
"name": "material-shell",
"version": "1.0.0",
"description": "A **simple**, **productivity oriented** GNOME Shell replacement that provides an **innovative** and **automated** **mouse and keyboard [workflow](./documentation/material-shell.md#workflow)** which aims to be **faster** and **easier** to use and creates a **great user experience**.",
"main": "extension.js",
"dependencies": {
"eslint": "^7.5.0",
"node-sass": "^4.14.1"
},
"devDependencies": {
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "2.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PapyElGringo/material-shell.git"
},
"keywords": [
"Gnome-shell",
"extension",
"tiling"
],
"author": "PapyElGringo",
"license": "MIT",
"bugs": {
"url": "https://github.com/PapyElGringo/material-shell/issues"
},
"homepage": "https://github.com/PapyElGringo/material-shell#readme"
}