archetype-resources.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of node-example-archetype
Show all versions of node-example-archetype
Creates a new node example
{
"name": "node-hello-world-rest",
"version": "1.0.0",
"description": "A node hello world rest app",
"main": "hello.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node hello-rest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rawlingsj/node-hello-world-rest.git"
},
"author": "James Rawlings",
"license": "MIT",
"bugs": {
"url": "https://github.com/rawlingsj/node-hello-world-rest/issues"
},
"homepage": "https://github.com/rawlingsj/node-hello-world-rest#readme"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy