easy-front-build
Version:
This package generate a basic structure of files (html, js && css) by module name
52 lines (51 loc) • 1.4 kB
JSON
{
"name": "easy-front-build",
"version": "0.2.6",
"description": "This package generate a basic structure of files (html, js && css) by module name",
"main": "lib/index.js",
"bin": {
"easy-front-build": "./bin/index.js"
},
"scripts": {
"test": "jest --config=jest.config.js",
"coverage": "concurrently 'http-server -a localhost -p 1234' 'open http://localhost:1234/coverage'",
"start": "node index",
"create": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jorge151095/easy-front-build.git"
},
"keywords": [
"easy",
"struct",
"generate",
"basic",
"files",
"html",
"js",
"css"
],
"author": "Abraham Espinosa, Jorge Antonio, Alejandro Caravantes",
"license": "MIT",
"bugs": {
"url": "https://github.com/jorge151095/easy-front-build/issues"
},
"homepage": "https://github.com/jorge151095/easy-front-build#readme",
"dependencies": {
"caller-path": "^2.0.0",
"chalk": "^2.3.2",
"usage-libraries-validate": "^0.1.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3",
"babel-preset-env": "^1.6.1",
"concurrently": "^3.5.1",
"http-server": "^0.11.1",
"jest": "^22.4.3",
"regenerator-runtime": "^0.11.1",
"sinon": "^4.5.0"
}
}