preact-init
Version:
Single command that facilitates the initialization of new Preact apps.
45 lines (44 loc) • 945 B
JSON
{
"name": "preact-init",
"version": "0.1.1",
"description": "Single command that facilitates the initialization of new Preact apps.",
"author": "René Monroy <rene.dev.js@gmail.com>",
"license": "MIT",
"homepage": "https://githug.com/churris/preact-init",
"repository": {
"type": "git",
"url": "git@github.com:churris/preact-init.git"
},
"bin": {
"preact-init": "./bin/index.js"
},
"main": "lib/init.js",
"files": [
"bin",
"config",
"lib"
],
"keywords": [
"cli",
"preact",
"starter",
"rollup",
"buble",
"postcss",
"wright"
],
"dependencies": {
"chalk": "^1.1.3",
"directory-tree": "^2.0.0",
"download-git-repo": "^1.0.1",
"fs-extra": "^3.0.1",
"inquirer": "^3.1.0",
"minimist": "^1.2.0",
"obj-subset": "^1.2.0",
"ora": "^1.2.0",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"eslint": "^3.19.0"
}
}