generator-confit
Version:
Yeoman generator for creating the development process, tools and a sample project for current-generation web applications
18 lines (17 loc) • 348 B
JSON
{
"name": "<%= name %>",
"description": "A description of my awesome package",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://example.com/entity/repo"
},
"license": "UNLICENSED",
"private": true,
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=4.x",
"npm": ">=3.9.5"
}
}