<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://tech.saigonist.com/taxonomy/term/127/all" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>npm</title>
    <link>http://tech.saigonist.com/taxonomy/term/127/all</link>
    <description></description>
    <language>en</language>
          <item>
    <title>What is Package.json</title>
    <link>http://tech.saigonist.com/b/code/what-packagejson</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;March 18, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/nodejs&quot;&gt;node.js&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/javascript&quot;&gt;javascript&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/npm&quot;&gt;npm&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/json&quot;&gt;json&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;If you&#039;re looking at some JavaScript code you got from elsewhere, probably Node.js packages, you&#039;ll notice each has a file called &#039;package.json&#039;. This will be in the module&#039;s base or root directory. This file is a sort of manifest file for the module, most likely an &lt;em&gt;npm&lt;/em&gt; module/package. Any package listed at npmjs.com needs a package.json, and the absolute minimum the file should contain is the package&#039;s name and version. The name and version make up a unique key for the package within npmjs.&lt;/p&gt;

&lt;p&gt;The file usually contains much more than name and version. You can guess by the...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 18 Mar 2016 09:09:24 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">80 at http://tech.saigonist.com</guid>
  </item>
  </channel>
</rss>
