package.json 421 B

123456789101112
  1. {
  2. "name": "zombie-navigator-builder"
  3. , "license": "AGPL-3.0+"
  4. , "description": "This file is for a builder package, which is not much of an NPM package (only used to download *build* dependencies), and not the browser extension itself!"
  5. , "dependencies": {
  6. "jpm": ">=1.0.4"
  7. , "escodegen": ">=1.7.0"
  8. , "esprima": ">=2.6.0"
  9. , "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony"
  10. }
  11. }