-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 929 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
40
41
42
{
"name": "language-elmx",
"main": "index.js",
"version": "2.1.1",
"description": "Syntax highlighting, autocomplete and lint for the Elm language extended with embedded HTML (elmx)",
"keywords": [
"language",
"elm",
"elmx"
],
"repository": {
"type": "git",
"url": "https://github.com/pzavolinsky/atom-language-elmx.git"
},
"bugs": {
"url": "https://github.com/pzavolinsky/atom-language-elmx/issues"
},
"homepage": "https://github.com/pzavolinsky/atom-language-elmx",
"author": "Patricio Zavolinsky",
"license": "MIT",
"engines": {
"atom": ">=1.0.0"
},
"dependencies": {
"elmx": "^2.0.1",
"fs": "0.0.2",
"path": "^0.12.7",
"ramda": "^0.19.1"
},
"providedServices": {
"linter": {
"versions": {
"1.0.0": "provideLinter"
}
},
"autocomplete.provider": {
"versions": {
"2.0.0": "provide"
}
}
}
}