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

36 lines (35 loc) 635 B
{ "name": "globals", "version": "9.16.0", "description": "Global identifiers from different JavaScript environments", "license": "MIT", "repository": "sindresorhus/globals", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "index.js", "globals.json" ], "keywords": [ "globals", "global", "identifiers", "variables", "vars", "jshint", "eslint", "environments" ], "devDependencies": { "mocha": "*" } }