I followed the install instructions and created the following `package.json` in my test directory: ``` { "hyperlayout": { "default": [ [ "echo 'Hello'", "echo 'World'" ] ] } } ``` But when I run `hyperlayout`, I am seeing the message `Can't find hyperlayout plugin in ~/.hyper.js. You can install it with: $ hpm install hyperlayout` 