-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
32 lines (32 loc) · 938 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
{
"name": "language-nunjucks",
"version": "4.2.1",
"private": true,
"description": "Syntax highlighting for nunjucks templates in the Atom editor.",
"keywords": [
"language",
"nunjucks"
],
"author": "alohaas <[email protected]> (https://github.com/alohaas)",
"contributors": [
"silvenon (https://github.com/silvenon)",
"RodrigoEspinosa (https://github.com/RodrigoEspinosa)",
"joelbschwartz (https://github.com/joelbschwartz)",
"dkebler (https://github.com/dkebler)",
"puranjayjain (https://github.com/puranjayjain)",
"ftm (https://github.com/ftm)"
],
"license": "MIT",
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
"homepage": "http://atom.github.io/language-nunjucks",
"repository": {
"type": "git",
"url": "https://github.com/alohaas/language-nunjucks"
},
"bugs": {
"url": "https://github.com/alohaas/language-nunjucks/issues"
},
"dependencies": {}
}