Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
JavaScript and JSON Essentials

You're reading from   JavaScript and JSON Essentials If you fancy a less verbose data format than CSV or XML, then JSON could be for you. This tutorial will teach you about using JSON with JavaScript for effective local storage or Internet transfers.

Arrow left icon
Product type Paperback
Published in Oct 2013
Publisher Packt
ISBN-13 9781783286034
Length 120 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Sai S Sriparasa Sai S Sriparasa
Author Profile Icon Sai S Sriparasa
Sai S Sriparasa
Arrow right icon
View More author details
Toc

Dependency management


Dependency management has often been a little rocky, and for new developers who are coming in, adding new frameworks into their projects, setting up their projects, and getting them to run can be daunting. A dependency manager like Composer for PHP solves this issue. It is considered the "glue between all projects", and there is a good reason for that. Composer uses JSON to keep a track of all the dependencies for a given project. Composer's primary job is to download libraries from remote locations and store them locally. To inform Composer as to what libraries we need, we would need to set up the composer.json file. This file keeps a track of all the specific libraries, their versions, and the environments that a given library should be deployed to. For example, a unit-testing framework library should never make it to production. There was an instance in an old company where a colleague of mine who was randomly testing our production instance deleted the whole user...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime