{

  "name": "myjs-javascript",

  "version": "14.1.51",

  "description": "Npm package of Syncfusion.JavaScript.",

  "repository": {

    "type": "git",

    "url": "git+https://github.com/mathikp/MyJSRepo.git"

  },

  "keywords": [

    "javascript"

  ],

  "author": "Mathi",

  "license": "SEE LICENSE IN README.md",

  "dependencies": {

    "jquery": "*",

    "jquery-validation": "*",

    "jquery-easing": "*"

  },

  "bugs": {

    "url": "https://github.com/mathikp/MyJSRepo/issues"

  },

  "homepage": "https://github.com/mathikp/MyJSRepo#readme",
  
  "files": [
        "Scripts/",
        "Content/"
    ],
    "jspm": {
        "main": false,
        "format": "amd",
        "files": [
            "Scripts",
            "Content"
        ],
        "dependencies": {
            "jquery": "*",
            "jquery-easing": "*",
            "jsrender": "*"
        }
    }
}
