-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.26 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
36
37
38
39
{
"name": "virtual_keyboard",
"version": "1.0.0",
"description": "virtal keyboard with electron and angular",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/electron ./app",
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "npm i && npm rebuild --runtime=electron --target=1.3.2 --disturl=https://atom.io/download/atom-shell --abi=49 && npm run-script jpeg-patch",
"jpeg-patch": " cp -Rf ./node_modules/jpeg-turbo/lib/binding/electron-v1.3-linux-x64/ ./node_modules/jpeg-turbo/lib/binding/node-v49-linux-x64",
"postinstall": "install-app-deps",
"pack": "./node_modules/.bin/build --dir",
"dist": "./node_modules/.bin/build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"Q": "0.0.1",
"asar": "^0.12.1",
"electron-builder": "^5.24.0",
"electron-prebuilt": "^1.3.2",
"fs-jetpack": "^0.9.2",
"rcedit": "^0.5.1"
},
"dependencies": {
"electron-json-storage": "^2.0.0",
"express": "^4.14.0",
"jpeg-turbo": "^0.4.0",
"robotjs": "^0.4.4",
"socket.io": "^1.4.8"
},
"build": {
"appId": "1",
"app-category-type": "utility",
"win": {
"iconUrl": "http://icons.iconarchive.com/icons/icons8/ios7/256/Computer-Hardware-Keyboard-icon.png"
}
}
}