mirror of
https://github.com/Raghu-Ch/front-end-coding-challenge.git
synced 2026-02-10 04:43:01 -05:00
18 lines
318 B
JSON
18 lines
318 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"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.2.0"
|
|
}
|
|
}
|