1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/package.json
2019-11-02 23:54:21 +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 ."
}
}