-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.47 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
{
"name": "thera-debug-frontend",
"version": "0.2.22",
"description": "thera debug frontend",
"main": "./lib/thera-debug-frontend",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:project-falcon/thera-debug-frontend.git"
},
"keywords": [
"thera",
"debug"
],
"author": "NickolasHu",
"license": "MIT",
"publishConfig": {
"registry": "http://registry.npm.alibaba-inc.com"
},
"dependencies": {
"fs-promise": "~2.0.0",
"install": "~0.8.7",
"jquery": "~3.1.1",
"npm": "~4.2.0",
"rc-checkbox": "~1.4.4",
"rc-collapse": "~1.6.12",
"react": "~15.4.2",
"react-dom": "~15.4.2",
"sanitize-filename": "^1.6.1",
"thera-debug-common-types": "~0.2.2"
},
"devDependencies": {
"standard": "~8.5.0"
},
"standard": {
"globals": [
"atom",
"$"
]
},
"consumedServices": {
"thera-debug-protocol": {
"description": "",
"versions": {
"1.0.0": "cosumeDebugService"
}
}
},
"providedServices": {
"thera-debug-protocol": {
"description": "Does a useful thing",
"versions": {
"1.0.0": "provideDebugService"
}
},
"thera-service-provider": {
"description": "provide thera debug services",
"versions": {
"1.0.0": "theraServiceProvider"
}
}
},
"deserializers": {
"thera-debug-frontend": "deserialize"
}
}