ranvier-auto-login
Version:
Script for automatically logging new connections into an account for easier development.
20 lines (19 loc) • 573 B
JSON
{
"name": "ranvier-auto-login",
"version": "1.0.0",
"description": "Script for automatically logging new connections into an account for easier development.",
"main": "index.js",
"scripts": {
"postinstall": "echo pwd; ln -s node_modules/ranvier-auto-login bundles/ranvier-auto-login; npm run addtoranvier",
"addtoranvier": "node addtoranvier.js"
},
"repository": {
"type": "git",
"url": "https://www.github.com/Vindexus/ranvier-auto-login"
},
"keywords": [
"ranvier"
],
"author": "Colin \"Vindexus\" Kierans",
"license": "MIT"
}