UNPKG

inits

Version:
30 lines (29 loc) 686 B
{ "name": "inits", "version": "1.6.2", "description": "Init system for Node.js.", "homepage": "https://github.com/alexfernandez/inits", "contributors": ["Alex Fernández <alexfernandeznpm@gmail.com>"], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/alexfernandez/inits" }, "dependencies": { "prototypes": "^2.0.0", "log": "1.4.*" }, "devDependencies": { "testing": "*" }, "keywords" : ["init", "init system", "initialization", "asynchronous initialization", "initialize", "events"], "engines": { "node": ">=0.10.3" }, "preferGlobal": false, "scripts": { "test": "node bin/test.js" }, "private": false }