UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

38 lines (37 loc) 642 B
{ "name": "text-extensions", "version": "1.4.0", "description": "List of text file extensions", "license": "MIT", "repository": "sindresorhus/text-extensions", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "ava" }, "main": "text-extensions.json", "files": [ "text-extensions.json" ], "keywords": [ "txt", "text", "ascii", "ext", "extensions", "extension", "file", "json", "list", "array" ], "devDependencies": { "ava": "*" } }