11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"name": "browser",
|
|
"version": "0.0.1",
|
|
"description": "browser example",
|
|
"scripts": {
|
|
"start": "npx http-server ../../"
|
|
},
|
|
"author": "Jerome Wu <jeromewus@gmail.com>",
|
|
"license": "MIT"
|
|
}
|