-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 KB
/
package.json
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
35
36
37
38
39
{
"private": true,
"title": "DevTools Theme: Pure Void",
"name": "devtools-theme-pure-void",
"version": "1.0.0",
"description": "Simple Chrome DevTools theme with a black background.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/jaid/devtools-theme-pure-void"
},
"scripts": {
"test": "echo \"Error: no test needed\""
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"tsconfig-jaid": "^2.0.1"
},
"author": "Jaid <[email protected]> (https://github.com/Jaid)",
"license": "MIT",
"funding": "https://github.com/sponsors/jaid",
"homepage": "https://github.com/Jaid/devtools-theme-pure-void",
"keywords": [
"chrome",
"chrome-extension",
"dark-theme",
"devtools-extension",
"devtools-theme",
"google-chrome",
"google-chrome-devtools-theme",
"google-chrome-extension",
"google-chrome-theme"
],
"type": "module"
}