UNPKG

node-steamexpress-generator

Version:
44 lines (43 loc) 1.11 kB
{ "name": "node-steamexpress-generator", "version": "0.0.7", "description": "Generate Steam login template for nodeJS in nodeJS.", "main": "bin/steamexpress", "repository": { "type": "git", "url": "git+https://github.com/shaunidiot/node-steamexpress-generator.git" }, "keywords": [ "steam", "steam", "express", "steam", "login" ], "author": "Shaun Lim <shaunblacksheep@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/shaunidiot/node-steamexpress-generator/issues" }, "homepage": "https://github.com/shaunidiot/node-steamexpress-generator#readme", "dependencies": { "commander": "^2.9.0", "fs-extra": "^0.30.0", "os": "^0.1.1", "path": "^0.12.7", "readline": "^1.3.0", "sorted-object": "^2.0.0" }, "preferGlobal": true, "bin": { "steamexpress": "./bin/steamexpress" }, "engines": { "node": ">= 0.10" }, "files": [ "LICENSE", "bin/", "templates/" ] }