UNPKG

xcom-namegen

Version:

Namelist generator for XCOM: Enemy Within

30 lines (29 loc) 614 B
{ "name": "xcom-namegen", "preferGlobal": true, "version": "0.1.0", "description": "Namelist generator for XCOM: Enemy Within", "author": "Daiz <taneli.vatanen@gmail.com>", "license": "MIT", "scripts": { "build": "lsc make", "start": "lsc index.ls", "preinstall": "lsc make" }, "bin": { "xcom-namegen": "./bin/xcom-namegen" }, "dependencies": { "optimist": "~0.6.0", "shelljs": "~0.2.6", "LiveScript": "~1.2.0" }, "repository": { "type": "git", "url": "https://github.com/Daiz-/XComEW-NameListGen.git" }, "keywords": [ "xcom", "game" ] }