-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1 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
{
"name": "lebab",
"main": "./lib/lebab",
"version": "0.10.0",
"description": "Convert ES5 to ES6/7 using lebab",
"keywords": [
"atom",
"lebab",
"es5",
"es6",
"es7",
"javascript"
],
"activationCommands": {
"atom-workspace": [
"lebab:convert",
"lebab:convert-arrow",
"lebab:convert-let",
"lebab:convert-arg-spread",
"lebab:convert-obj-method",
"lebab:convert-obj-shorthand",
"lebab:convert-no-strict",
"lebab:convert-commonjs",
"lebab:convert-class",
"lebab:convert-template",
"lebab:convert-default-param",
"lebab:convert-destruct-param",
"lebab:convert-exponent",
"lebab:convert-multi-var",
"lebab:convert-for-of",
"lebab:convert-includes",
"lebab:convert-arg-rest",
"lebab:convert-for-each"
]
},
"repository": "https://github.com/ga2mer/atom-lebab",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"lebab": "^2.7.0"
}
}