-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
78 lines (78 loc) · 1.9 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "api-workbench",
"version": "0.8.6",
"private": true,
"main": "main.js",
"repository": "https://github.com/mulesoft/api-workbench",
"activationCommands": {},
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
"package-deps": [
"linter"
],
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "getProvider"
}
},
"linter": {
"versions": {
"1.0.0": "provideLinter"
}
}
},
"dependencies": {
"atom-package-deps": "^2.1.3",
"atom-space-pen-views": "^2.0.5",
"basarat-text-buffer": "^4.1.5",
"base64url": "^1.0.4",
"change-case": "^2.2.0",
"classnames": "^2.0.0",
"client-oauth2": "^0.3.0",
"concat-stream": "^1.5.0",
"emissary": "^1.3.3",
"escodegen": "^1.6.1",
"escope": "^1.0.3",
"esprima": "^2.1.0",
"estraverse": "^3.1.0",
"esutils": "^2.0.2",
"glob-expand": "^0.1.0",
"html-entities": "^1.1.2",
"htmlparser2": "^3.8.2",
"http-response-object": "^1.0.1",
"invariant": "^2.0.0",
"jquery": "^2.1.3",
"js-yaml": "^3.3.0",
"json-schema-compatibility": "^1.0.1",
"json-stable-stringify": "^1.0.0",
"jsonix": "^2.3.0",
"know-your-http-well": "~0.2.0",
"loophole": "^1.0.0",
"lrucache": "^0.2.0",
"marked": "^0.3.3",
"media-typer": "^0.3.0",
"mime": "^1.3.4",
"mkdirp": "^0.5.0",
"node-libs-browser": "^0.5.2",
"pluralize": "^1.2.0",
"popsicle": "^0.5.11",
"raml-parser": "^0.8.11",
"react": "^0.13.2",
"react-pure-render": "^1.0.1",
"request": "^2.53.0",
"source-map": "^0.4.2",
"then-request": "^2.1.1",
"traverse": "^0.6.6",
"typescript": "1.4.1",
"typescript-compiler": "1.4.1-2",
"underscore": "^1.8.2",
"w3c-schemas": "^1.2.1",
"wrench": "^1.5.8",
"xmldom": "^0.1.19",
"xmlhttprequest": "^1.7.0",
"xtend": "^4.0.0",
"z-schema": "^3.9.1"
}
}