-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1006 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": "explorer",
"version": "1.3.1",
"description": "FileSystem",
"main": "main.js",
"scripts": {
"start": "electron-packager . build --platform=win32 --arch=ia32 --asar --overwrite --icon=./static/pikachu.icns"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ruiming/FileSystem.git"
},
"bugs": {
"url": "https://github.com/Ruiming/FileSystem/issues"
},
"homepage": "https://github.com/Ruiming/FileSystem#readme",
"author": "Ruiming Zhuang",
"license": "ISC",
"dependencies": {
"base64-img": "^1.0.3",
"electron": "^1.3.2",
"iconv-lite": "^0.4.13",
"node-wmic": "^1.0.6",
"watch": "^0.19.1"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"bower": "^1.7.9",
"electron-packager": "^7.5.1",
"electron-prebuilt": "^1.3.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2"
}
}