Metrios/modules/hello_world/package.json

13 lines
291 B
JSON
Raw Normal View History

{
"name": "hello-world",
"version": "0.0.1",
"description": "Hello world, example module for embeded messages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tanguy Herbron",
"license": "MIT",
"prefix": "!hello"
}