The Wayback Machine - https://web.archive.org/web/20220823105959/https://github.com/clibs/clib/blob/master/package.json
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (10 sloc) 282 Bytes
{
"name": "clib",
"version": "2.1.1",
"repo": "clibs/clib",
"install": "make clean install",
"scripts": {
"install": "clib install -fc $($npm_config_dev && echo '--dev')",
"version": "which node >/dev/null && ./scripts/update-clib-json && git add clib.json"
}
}