<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pro-Tek Blog &#187; Package.json</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/package-json/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>What is the Difference between Grunt, NPM, Package and Bower?</title>
		<link>http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-grunt-npm-package-and-bower/</link>
		<comments>http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-grunt-npm-package-and-bower/#comments</comments>
		<pubDate>Fri, 29 May 2015 04:07:49 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Java Script]]></category>
		<category><![CDATA[Package.json]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=737</guid>
		<description><![CDATA[<p>What is the Difference between Grunt, NPM, Package and Bower? Grunt: A Java Script task runner which can performrepetitive tasks like compilation, unit testing, minification, linting, etc to make our job easier. NPM: Apackage manager for JavaScript. It manages dependencies for an application. It also allows users to install Node.js applications / modules that are [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-grunt-npm-package-and-bower/">What is the Difference between Grunt, NPM, Package and Bower?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>What is the Difference between Grunt, NPM, Package and Bower?</h4>
<p>Grunt: A Java Script task runner which can performrepetitive tasks like compilation, unit testing, minification, linting, etc to make our job easier.</p>
<p>NPM: Apackage manager for JavaScript. It manages dependencies for an application. It also allows users to install Node.js applications / modules that are available on the npm registry.</p>
<p>Package.json is a document you need to know about what application/modules you need to install. The most important things are the name and version fields, without whichthe package won&#8217;t install without them.</p>
<p>Bower works by fetching and installing packages from all over, taking care of hunting, finding, downloading, and saving the stuff you’re looking for. Bower keeps track of these packages in a manifest file, bower.json.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-grunt-npm-package-and-bower/">What is the Difference between Grunt, NPM, Package and Bower?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-grunt-npm-package-and-bower/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
