UNPKG

lesson04

Version:

first npm package try

22 lines (21 loc) 391 B
{ "name": "lesson04", "version": "1.0.0", "description": "first npm package try", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "lessons", "npm" ], "author": "AAH", "license": "ISC", "dependencies": { "hapi": "^16.6.2", "inert": "^4.2.1", "lout": "^10.0.3", "vision": "^4.1.1" } }