1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-04-27 14:49:36 +00:00
_/media-capture/package.json
Kohei Watanabe 5423a81ecd Add 'media-capture/' from commit '3d4b98a2c6'
git-subtree-dir: media-capture
git-subtree-mainline: 4093180b5b
git-subtree-split: 3d4b98a2c6
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 ."
}
}