lnc
Version:
Type "lnc" to execute node scripts
16 lines (15 loc) • 357 B
JSON
{
"name": "lnc",
"version": "0.1.5",
"description": "Type \"lnc\" to execute node scripts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"lnc": "index.js"
},
"keywords": ["lnc"],
"author": "Jamey McElveen <jamey@mcelveen.us> (http://jameymcelveen.com)",
"license": "MIT"
}