{
  "name": "triply_nested_collection_example_with_jquery_commonjs_browserify",
  "version": "1.0.0",
  "description": "An example for symfonyCollectionJs loading with browserify",
  "main": "index.js",
  "scripts": {},
  "author": "Aurelien Ruano <aurelien.ruano@epitech.eu>",
  "license": "MIT",
  "dependencies": {
    "browserify": "^17.0.0",
    "browserify-shim": "^3.8.14"
  },
  "browserify": {
    "transform": [ "browserify-shim" ]
  },
  "browserify-shim": {
    "jquery": "global:$"
  }
}
