-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 774 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 774 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
29
30
31
32
33
34
35
36
{
"name": "data-ace",
"main": "./lib/data-ace",
"version": "0.24.13",
"description": "Connect to, query, manage, and visualize databases in Atom",
"activationCommands": [],
"repository": "https://github.com/mrn3/data-ace",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "provide"
}
}
},
"dependencies": {
"dom-listener": "0.1.2",
"etch": "0.3.0",
"mssql": "^3.0.0",
"mysql": "^2.10.2",
"pg": "^6.1.2",
"pretty-data": "^0.40.0",
"season": "5.3.0",
"underscore.string": "2.3.3"
}
}