generator-teonet-node
Version:
Teonet server node application generator
19 lines (18 loc) • 330 B
JSON
{
"name": "<%= name %>",
"version": "<%= version %>",
"authors": [
"<%= author %> <<%= email %>>"
],
"description": "<%= description %>",
"main": "./app/index.js",
"license": "<%= license %>",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}