-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 747 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 747 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
26
{
"name": "customa-discord",
"version": "0.0.1",
"description": "The most customizable Discord theme out there.",
"main": "index.js",
"scripts": {
"minify": "gulp",
"format:check": "stylelint '**/*.css'; exit 0",
"format:fix": "stylelint '**/*.css' --fix; exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Customa/Customa.git"
},
"license": "GPL3",
"bugs": {
"url": "https://github.com/Customa/Customa/issues"
},
"homepage": "https://github.com/Customa/Customa#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"node-fetch": "^2.6.1",
"stylelint": "^13.7.2"
}
}