-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "brackets-sort-text",
"title": "Brackets Sort Text",
"description": "Sort Text extension for Brackets. Provide operations to sort, reverse, randomize and remove duplicate lines.",
"author": "Ingo Richter <ingo.richter+github@gmail.com>",
"license": "MIT",
"version": "0.1.5",
"homepage": "https://github.com/ingorichter/brackets-sort-text/",
"bugs": "https://github.com/ingorichter/brackets-sort-text/issues",
"repository": {
"type": "git",
"url": "https://github.com/ingorichter/brackets-sort-text.git"
},
"keywords": [
"brackets",
"sort",
"utils"
],
"devDependencies": {
"grunt": "~1.1.0",
"grunt-cli": "~1.3.2",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.6.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-eslint": "^23.0.0",
"grunt-mocha": "^1.2.0",
"grunt-zip": "^0.18.2",
"load-grunt-tasks": "~5.1.0",
"time-grunt": "^2.0.0"
},
"engines": {
"brackets": ">=0.30.0"
},
"contributors": [
{
"name": "s5rockhoppers",
"url": "https://github.com/s5rockhoppers"
}
],
"i18n": [
"en",
"de"
],
"dependencies": {
"eslint": "^7.2.0"
}
}