mirror of
https://github.com/Raghu-Ch/front-end-coding-challenge.git
synced 2026-02-10 04:43:01 -05:00
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"name": "frontend-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./node_modules/node-static/bin/cli.js ./public"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"node-static": "^0.7.10"
|
|
}
|
|
}
|