1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/media-capture/package.json

13 lines
184 B
JSON
Raw Permalink Normal View History

2019-11-02 23:54:21 +09:00
{
"name": "camera-example",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"serve": "^11.2.0"
},
"scripts": {
"dev": "serve ."
}
}