nodism
Version:
'learning node, express, and cloud9'
31 lines (30 loc) • 620 B
JSON
{
"name": "nodism",
"version": "0.0.1",
"description": "'learning node, express, and cloud9'",
"main": "main.js",
"dependencies": {
"express": "^4.12.4"
},
"devDependencies": {},
"scripts": {
"test": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevebaker01/nodism.git"
},
"keywords": [
"Steve",
"Baker",
"is",
"learning",
"node.js"
],
"author": "Steve Baker",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevebaker01/nodism/issues"
},
"homepage": "https://github.com/stevebaker01/nodism#readme"
}