1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00
_/media-capture/package.json
2020-07-21 00:33:19 +09:00

12 lines
184 B
JSON

{
"name": "camera-example",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"serve": "^11.2.0"
},
"scripts": {
"dev": "serve ."
}
}