iscowalive
Version:
Minimum Viable Package to demonstrate how npm and CommonJS works. See https://cowlab-lugo.github.io/packages/npm/slides/#/
16 lines (15 loc) • 420 B
JSON
{
"name": "iscowalive",
"version": "1.0.2",
"description": "Minimum Viable Package to demonstrate how npm and CommonJS works. See https://cowlab-lugo.github.io/packages/npm/slides/#/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cowlab",
"lugo"
],
"author": "Andrés Maneiro <andres.maneiro@gmail.com>",
"license": "GPL-3.0"
}