node_hello_world
Version:
return Hello world
20 lines (19 loc) • 412 B
JSON
{
"name": "node_hello_world",
"version": "0.0.2",
"description": "return Hello world",
"main": "index.js",
"scripts": {
"pretest": "jshint index.js test/",
"test": "mocha --reporter spec --timeout 60s"
},
"keywords": [
"hello_world"
],
"devDependencies": {
"jshint": "^2.9.1",
"mocha": "^2.4.5"
},
"author": "Ihor Yanenko <ihor_yanenko@gmail.com>",
"license": "ISC"
}