-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 901 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 901 Bytes
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
{
"name": "qcabien",
"version": "1.0.0",
"description": "Qca of the imac",
"main": "main.js",
"scripts": {
"serve": "node ./node_modules/browser-sync/dist/bin.js start --server . --startPath . --files scripts --port 8080",
"lint": "node ./node_modules/eslint/bin/eslint.js ./**/*.js",
"build": "node ./node_modules/electron-packager/cli.js . \"QCA Simulator\" --out ./build --overwrite --all",
"build-host": "node ./node_modules/electron-packager/cli.js . \"QCA Simulator\" --out ./build --overwrite"
},
"dependencies": {
"gsap": "^2.0.2",
"izitoast": "^1.4.0",
"three": "^0.100.0"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"electron": "^4.0.2",
"electron-packager": "^13.0.1",
"eslint": "^5.12.0"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Val6789/qca.git"
}
}