-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
{
"name": "electron-ui-kit",
"version": "1.0.0",
"description": "UI Kit",
"main": "index.js",
"scripts": {
"start": "electron ./preview",
"build": "node ./script/build-themes.js",
"test": "electron-node-tap ./test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron-utils/electron-ui-kit.git"
},
"keywords": [
"electron",
"ui-kit"
],
"author": "jwu",
"license": "MIT",
"bugs": {
"url": "https://github.com/electron-utils/electron-ui-kit/issues"
},
"homepage": "https://github.com/electron-utils/electron-ui-kit",
"devDependencies": {
"async": "^2.4.0",
"chalk": "^1.1.3",
"electron": "^1.7.3",
"electron-node-tap": "^1.1.4",
"electron-profile": "^1.1.0",
"electron-quick-inspect": "^1.0.1",
"electron-window-plus": "^1.3.5",
"fs-jetpack": "^0.13.3",
"html-minifier": "^3.4.3",
"less": "^2.7.2",
"less-plugin-clean-css": "^1.5.1"
},
"dependencies": {
"chroma": "^0.0.1",
"chroma-js": "^1.3.3",
"clean-css": "^4.0.12",
"electron-platform": "^1.2.0",
"electron-protocols": "^1.0.4",
"lodash": "^4.17.4"
}
}