jam3-lesson-module-creation
Version:
introduction to creating a new npm module
44 lines (43 loc) • 889 B
JSON
{
"name": "jam3-lesson-module-creation",
"version": "1.0.6",
"description": "introduction to creating a new npm module",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"keywords": [
"module",
"npm",
"help",
"how",
"to",
"tutorial",
"guide",
"lesson",
"guides",
"tutorials",
"create",
"a",
"new",
"modules",
"modular",
"publish"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/jam3-lesson-module-creation.git"
},
"homepage": "https://github.com/Jam3/jam3-lesson-module-creation",
"bugs": {
"url": "https://github.com/Jam3/jam3-lesson-module-creation/issues"
}
}