-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 941 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
{
"name": "electron-dockable",
"version": "0.9.5",
"description": "Dockable ui framework for Electron",
"main": "index.js",
"scripts": {
"start": "electron",
"test": "mocha test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron-utils/electron-dockable.git"
},
"keywords": [
"Electron",
"Dockable"
],
"author": "jwu",
"license": "MIT",
"bugs": {
"url": "https://github.com/electron-utils/electron-dockable/issues"
},
"homepage": "https://github.com/electron-utils/electron-dockable",
"dependencies": {
"clean-css": "^4.1.3",
"electron-drag-drop": "^1.1.0",
"electron-ipc-plus": "^1.3.3",
"electron-panel": "^1.3.10",
"electron-platform": "^1.2.0",
"electron-profile": "^1.0.4",
"electron-window-plus": "^1.3.4"
},
"devDependencies": {
"electron": "^1.8.1",
"mocha": "^3.2.0",
"spectron": "^3.6.1"
}
}