diff --git a/article.json b/article.json new file mode 100644 index 0000000..f48df94 --- /dev/null +++ b/article.json @@ -0,0 +1,17 @@ +{ + "title": "Understanding Node Modules (Video)", + "description": "Understanding, Using and Creating Node Modules", + "date": "Sun, 05 Aug 2012 18:07:44 GMT", + "tags": ["modules", "npm"], + "authors": [ + { "name": "Pedro Teixeira", + "email": "pedro.teixeira@gmail.com", + "url": "https://github.com/pgte", + "twitter": "http://twitter.com/pgte" + } + ], + "difficulty": 3, + "categories": [ + ["Intro", "Modules and NPM"] + ] +} diff --git a/article.md b/article.md new file mode 100644 index 0000000..11fe1a7 --- /dev/null +++ b/article.md @@ -0,0 +1,3 @@ +# Understanding Node Modules + +

Node Guides - Understanding Node Modules from Pedro Teixeira on Vimeo.

\ No newline at end of file