{
  "name": "symfony-collection-js",
  "version": "4.3.1",
  "description": "A plugin working with and without jquery to dynamically create elements of a symfony form collection.",
  "main": "symfonyCollectionJs.js",
  "repository": "https://github.com/ruano-a/symfonyCollectionJs.git",
  "author": "Aurelien Ruano <aurelien.ruano@epitech.eu>",
  "license": "MIT",
  "peerDependencies": {},
  "dependencies": {},
  "devDependencies": {
    "karma": "^6.3.5",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.3",
    "karma-html2js-preprocessor": "^1.1.0",
    "karma-qunit": "^4.1.2",
    "qunit": "^2.17.2"
  },
  "scripts": {
    "test": "bash ./test/start.sh"
  }
}
