-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 774 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 774 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
27
28
29
30
31
32
33
34
{
"name": "betteryourdiscord",
"version": "1.0.0",
"description": "A Discord CSS overhaul",
"main": "gulpfile.js",
"scripts": {
"test": "node testutils/tester.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xshotD/betteryourdiscord.git"
},
"keywords": [
"discord",
"betterdiscord",
"theme",
"css"
],
"author": "S Stewart",
"license": "MIT",
"bugs": {
"url": "https://github.com/xshotD/betteryourdiscord/issues"
},
"homepage": "https://github.com/xshotD/betteryourdiscord#readme",
"devDependencies": {
"chalk": "^1.1.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cssnano": "^2.1.2",
"ora": "^1.2.0",
"shelljs": "^0.7.7",
"standard": "^10.0.1"
}
}