UNPKG

conative-nodejs

Version:

Conative's Node.js Generator

32 lines (31 loc) 632 B
{ "name": "conative-nodejs", "version": "1.1.0", "description": "Conative's Node.js Generator", "main": "bin/main.js", "bin": "bin/main.js", "author": "Conative <kyj970513@naver.com> (http://not_yet)", "license": "MIT", "dependencies": { "commander": "^8.0.0", "ejs": "^3.1.6" }, "keywords": [ "conative", "node", "generator" ], "homepage": "not_yet", "bugs": { "url": "https://not_yet", "email": "kyj970513@naver.com" }, "files": [ "lib", "!dist" ], "repository": { "type": "git", "url": "https://github.com/Positive-Conative/conative-nodejs.git" } }