123456789101112 |
- {
- "name": "zombie-navigator-builder"
- , "license": "AGPL-3.0+"
- , "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!"
- , "dependencies": {
- "jpm": ">=1.0.4"
- , "escodegen": ">=1.7.0"
- , "esprima": ">=2.6.0"
- , "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony"
- }
- }
|