nodeclipse
Version:
nodeclipse CLI - prepare Node.js project to be imported into Eclipse (Nodeclipse); Installer - eclipse plugin CLI installer
19 lines (18 loc) • 403 B
JSON
{
"name": "${projectname}",
"version": "0.1.0",
"description": "${projectname}",
"main": "hello-world-server.js",
"scripts": {
"test": "echo \"Error: no test specified! Configure in package.json\" && exit 1"
},
"repository": "",
"keywords": [
"node.js",
"eclipse",
"nodeclipse"
],
"author": "",
"license": "MIT",
"readmeFilename": "README.md"
}