-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 847 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
{
"name": "harbour-plus",
"description": "Adds `hbformat` functionality for the harbour language.",
"keywords": [
"harbour",
"hbformat"
],
"version": "8.7.0",
"main": "./lib/harbour-plus",
"license": "Apache-2.0",
"engines": {
"atom": ">=1.2.0",
"node": "*"
},
"author": {
"name": "Ernad Husremovic"
},
"homepage": "https://atom.io/packages/harbour-plus",
"repository": {
"type": "git",
"url": "git+https://github.com/hernad/atom-harbour-plus.git"
},
"bugs": {
"url": "https://github.com/hernad/atom-harbour-plus/issues"
},
"dependencies": {
"async": ">=0.9.0",
"atom-linter": "*",
"atom-package-deps": "*",
"atom-message-panel": "*",
"emissary": ">=1.x",
"fs-plus": ">=2.x",
"glob": ">=3.x",
"temp": ">=0.7.0",
"underscore-plus": ">=1.x"
}
}