-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 944 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 944 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
{
"name": "seeso-web-sample",
"version": "0.0.1",
"description": "",
"keywords": "",
"license": "",
"author": "",
"scripts": {
"serve": "cross-env NODE_ENV=development node devServer.js samples/gaze/index.html 8082",
"serve-minjs": "cross-env NODE_ENV=development node devServer.js samples/gaze-minjs/index.html 8082",
"start": "npm run serve",
"gaze": "cross-env NODE_ENV=development node devServer.js samples/gaze/index.html 8082",
"gaze-minjs": "cross-env NODE_ENV=development node devServer.js samples/gaze-minjs/index.html 8082",
"calibration": "node devServer samples/calibration/index.html 8082",
"custom-calibration": "node devServer samples/custom-calibration/index.html 8082"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
},
"dependencies": {
"cross-env": "^7.0.3",
"express": "^4.17.1",
"open": "^8.2.1",
"seeso": "^0.2.1",
"wasm-check": "^2.0.1"
}
}