-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 631 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@fvilers/disable-react-devtools",
"version": "1.2.1",
"description": "A simple method to disable the React Developer Tools addon to access your application",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fvilers/disable-react-devtools.git"
},
"keywords": [
"react"
],
"author": "Fabian Vilers <fabian.vilers@dev-one.com> (https://www.dev-one.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fvilers/disable-react-devtools/issues"
},
"homepage": "https://github.com/fvilers/disable-react-devtools#readme",
"dependencies": {}
}