-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
48 lines (48 loc) · 1.06 KB
/
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
43
44
45
46
47
48
{
"name": "mikaeljorhult.brackets-todo",
"title": "Todo",
"description": "Display all TODO comments in current document or project.",
"homepage": "https://github.com/mikaeljorhult/brackets-todo",
"version": "0.9.7",
"author": "Mikael Jorhult <mikael@jorhult.se> (http://jorhult.se)",
"repository": {
"type": "git",
"url": "https://github.com/mikaeljorhult/brackets-todo"
},
"license": "MIT",
"engines": {
"brackets": ">=1.11.0"
},
"i18n": [
"de",
"en",
"es",
"fi",
"fr",
"gl",
"it",
"pl",
"pt",
"ru",
"sv",
"tr",
"uk",
"zh"
],
"package-i18n": {
"sv": {
"description": "Visar samtliga TODO kommentarer i det aktiva dokumentet eller hela projektet."
}
},
"scripts": {
"test": "./node_modules/.bin/eslint . --ext .js"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}