Files
front-end-coding-challenge/package.json
Aaron Tidwell a9de43b294 New test (#10)
* Add new test instructions

* update readme

* update reame, add sample video, additional cleanup of starting markup

* add more example clarity

* fix styles for initial columns

* fix port in readme
2018-01-17 16:41:14 -05:00

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"
}
}