generator-teonet-node
Version:
Teonet server node application generator
29 lines (28 loc) • 500 B
JSON
{
"name": "<%= name %>",
"version": "<%= version %>",
"description": "<%= description %>",
"main": "./app/index.js",
"scripts": {
"test": "test/index.js"
},
"repository": {
"type": "git",
"url": "<%= repository %>"
},
"keywords": [
"teonet",
"network"
],
"files": [
"generators"
],
"dependencies": {
"teonet": "^0.0.51"
},
"devDependencies": {
"mocha": "*"
},
"author": "<%= author %> <<%= email %>>",
"license": "<%= license %>"
}