UNPKG

net-user

Version:

The Windows NET USER command wrapped in JavaScript

37 lines (36 loc) 720 B
{ "name": "net-user", "version": "1.1.0", "description": "The Windows NET USER command wrapped in JavaScript", "license": "MIT", "author": { "name": "Matthew Rafferty", "email": "mmraff@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/mmraff/net-user.git" }, "bugs": { "url": "https://github.com/mmraff/net-user/issues" }, "os": [ "win32" ], "devDependencies": { "chai": "^3.4", "mocha": "^2.5" }, "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "windows", "win32", "net", "shell", "user", "userinfo", "userprofile" ], "homepage": "https://github.com/mmraff/net-user#readme" }