forked from ChromeDevTools/awesome-chrome-devtools
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 641 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 641 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": "awesome-chrome-devtools",
"version": "1.0.0",
"description": "Awesome tooling and resources in the Chrome DevTools ecosystem",
"main": "readme.md",
"scripts": {
"test": "awesome-lint"
},
"devDependencies": {
"awesome-lint": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChromeDevTools/awesome-chrome-devtools.git"
},
"keywords": [
"chrome",
"devtools"
],
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/ChromeDevTools/awesome-chrome-devtools/issues"
},
"homepage": "https://github.com/ChromeDevTools/awesome-chrome-devtools#readme"
}