Add package.json and update pipeline config for djblets.
Review Request #8034 — Created March 6, 2016 and submitted
This change adds a package.json and updates the djblets settings.py to match
what we do in Review Board, for use when building packages.
- Did an
npm install
and saw everything get installed correctly. - Ran
build-media.py
andsetup.py bdist_egg
and checked that the compiled
static media looked correct.