forked from gandm/language-babel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 930 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
43
44
45
{
"name": "language-babel",
"main": "./lib/main",
"version": "2.22.0",
"description": "Babel JavaScript ES201x, React JSX & Flow Grammar & Transpiler",
"keywords": [
"es6",
"es7",
"react",
"jsx",
"flow",
"javascript"
],
"activationCommands": [],
"repository": "https://github.com/gandm/language-babel",
"license": "MIT",
"engines": {
"atom": "^1.0.0"
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "JSXCompleteProvider"
}
},
"preview.provider": {
"versions": {
"0.1.0": "provide"
}
}
},
"dependencies": {
"babel-core": "^6.7.6",
"fs-plus": "^2.8.2",
"fuzzaldrin": "^2.1.0",
"jjv": "^1.0.2",
"js-yaml": "^3.6.0",
"path-is-inside": "^1.0.1",
"strip-json-comments": "^2.0.1"
},
"devDependencies": {
"atom-grammar-test": "<1.0.0",
"chai": "^3.0.0"
}
}