UNPKG

codebox-quickstart

Version:

Command line tool to generate addon skeleton.

29 lines (26 loc) 514 B
{ "name": "hello", "version": "0.1.0", "title": "", "description": "", "homepage": "", "license": "Apache", "author": { "name": "Your name", "email": "john@doe.org", "url": "http://john.doe.org" }, "main": "./node/main", "plugin": { "provides": [ ], "consumes": [ "rpc" ] }, "dependencies": { }, "client": { "main": "client" } }