-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 915 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": "yz-folder",
"version": "0.0.1",
"description": "Win10 folder browser on electron and electron-plan.",
"main": "app-elec/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yzorg/yzFolder.git"
},
"keywords": [
"electron",
"typescript",
"explorer"
],
"author": "Chris Tracy (yzorg)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yzorg/yzFolder/issues"
},
"homepage": "https://github.com/yzorg/yzFolder#readme",
"dependencies": {
"react": "~15",
"react-dom": "~15"
},
"devDependencies": {
"@types/node": "~8",
"@types/react": "~15",
"@types/react-dom": "~15",
"typescript": "~2"
},
"scripts": {
"start": "electron .",
"eject": "react-scripts eject",
"electron": "electron .",
"electron-start": "node src/electron-wait-react",
"test": "react-scripts test --env=jsdom"
}
}