Skip to content
Snippets Groups Projects
package.json 589 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "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": {
    
      },
      "scripts": {
    
        "postinstall": "bash tools/scripts/npm/postinstall.sh",
        "test": "bash tools/scripts/npm/test.sh"