-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (25 loc) · 739 Bytes
/
package.json
File metadata and controls
28 lines (25 loc) · 739 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
{
"name": "azakur4.brackets-database",
"title": "Brackets Database",
"description": "A database client",
"keywords": ["Database", "mysql"],
"version": "0.0.1",
"license": "MIT",
"homepage": "https://github.com/Azakur4/brackets-database",
"author": {
"name": "Jimmy Brian Anamaria Torres",
"email": "captasfire@hotmail.com.com",
"url": "https://github.com/Azakur4"
},
"repository": {
"type": "git",
"url": "https://github.com/Azakur4/brackets-database.git"
},
"bugs": {
"url": "https://github.com/Azakur4/brackets-database/issues",
"email": "captasfire@hotmail.com.com"
},
"engines": {
"brackets": ">=0.44.0"
}
}