UNPKG

create-empirica-app

Version:
47 lines (46 loc) 1.19 kB
{ "name": "create-empirica-app", "version": "0.0.50", "description": "Create Empirica apps easily.", "keywords": [ "empirica", "experiments" ], "homepage": "https://github.com/empiricaly/create-empirica-app", "repository": { "url": "https://github.com/empiricaly/create-empirica-app", "type": "git" }, "bugs": "https://github.com/empiricaly/create-empirica-app/issues", "author": "Nicolas Paton <nicolas.paton@gmail.com>", "license": "MIT", "files": [ "index.js", "createEmpiricaApp.js", "templates" ], "bin": { "create-empirica-app": "./index.js" }, "dependencies": { "bcrypt": "^5.0.0", "chalk": "1.1.3", "command-exists": "^1.2.8", "commander": "2.18.0", "cross-spawn": "4.0.2", "envinfo": "5.10.0", "fs-extra": "5.0.0", "hyperquest": "2.1.3", "inflection": "^1.12.0", "jstransformer-handlebars": "^1.1.0", "metalsmith": "^2.3.0", "metalsmith-ignore": "^1.0.0", "metalsmith-in-place": "^4.2.0", "metalsmith-rename": "^1.0.0", "minimist": ">=0.2.1", "semver": "5.5.1", "tar-pack": "^3.4.1", "tmp": "0.0.33", "validate-npm-package-name": "3.0.0" } }