-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.25 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
{
"name": "skylark-appify-shells",
"description": "The skylark shells widget",
"version": "0.9.0",
"keywords": [
"skylark",
"ui",
"shells"
],
"homepage": "https://github.com/skylark-appify/skylark-appify-shells/",
"author": "Hudaokeji, Inc.",
"scripts": {
"build": "slib build ."
},
"repository": {
"type": "git",
"url": "https://github.com/skylark-appify/skylark-appify-shells.git"
},
"bugs": {
"url": "https://github.com/skylark-appify/skylark-appify-shells/issues"
},
"license": "MIT",
"dependencies": {
"skylark-bootbox4": "git+https://github.com/skylark-integration/skylark-bootbox4.git",
"skylark-domx": "git+https://github.com/skylark-domx/skylark-domx.git",
"skylark-domx-plugins-base": "git+https://github.com/skylark-domx-plugins/skylark-domx-plugins-base.git",
"skylark-langx": "git+https://github.com/skylark-langx/skylark-langx.git",
"skylark-nprogress": "git+https://github.com/skylark-integration/skylark-nprogress.git",
"skylark-tinycon": "git+https://github.com/skylark-integration/skylark-tinycon.git",
"skylark-visibility": "git+https://github.com/skylark-integration/skylark-visibility.git"
},
"engines": {
"node": ">=0.10.1"
}
}