Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 589 B
{
  "description": "CiviCRM",
  "main": "index.js",
  "license": "MIT",
  "name": "civicrm",
  "version": "4.6.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/civicrm/civicrm-core.git"
  },
  "devDependencies": {
    "bower": "^1.8.8",
    "civicrm-cv": "^0.1.2",
    "jasmine-core": "~3.3.0",
    "karma": "^6.3.4",
    "karma-jasmine": "~2.0.1",
    "karma-ng-html2js-preprocessor": "^1.0.0",
    "karma-phantomjs-launcher": "^1.0.4"
  },
  "scripts": {
    "postinstall": "bash tools/scripts/npm/postinstall.sh",
    "test": "bash tools/scripts/npm/test.sh"
  }
}