-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 964 Bytes
/
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
{
"name": "catberry-debugger",
"version": "1.0.0",
"author": {
"name": "Julia Rechkunova",
"email": "[email protected]"
},
"description": "Catberry Debugger extends Chrome Developer Tools, adding a sidebar that displays Catberry data context associated with the selected DOM element and more",
"homepage": "https://github.com/catberry/catberry-debugger",
"keywords": [
"web", "isomorphic", "framework", "chrome", "extension", "catberry"
],
"bugs": {
"url": "https://github.com/catberry/catberry-debugger/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/catberry/catberry-debugger.git"
},
"devDependencies": {
"eslint": "^3.18.0"
},
"engines": {
"node": "^6.10"
},
"scripts": {
"test": "make"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/catberry/catberry-debugger/blob/master/LICENSE"
}
],
"dependencies": {
"crx": "^3.2.1"
}
}