{
  "name": "jquery-jcreate",
  "filename": "jquery.jcreate",
  "firstRelease": "2011-11-18",
  "version": "1.3.1",
  "description": "jCreate is a new special event for jQuery. Just use .on('create', ..); the callback will be triggered when elements are created on the page.",
  "main": "dist/jquery.jcreate.umd.js",
  "files": [
    "dist"
  ],
  "author": {
    "name": "Marco Montalbano",
    "email": "me@marcomontalbano.com",
    "url": "https://marcomontalbano.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/marcomontalbano/jquery-jcreate"
  },
  "keywords": [
    "mmontalbano",
    "marcomontalbano",
    "jquery-plugin",
    "jquery",
    "jcreate",
    "plugin",
    "oncreate",
    "event"
  ],
  "scripts": {
    "start": "serve",
    "test": "grunt test",
    "smoke": "grunt watch:smoke_test",
    "build": "grunt build",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "jquery": ">=1.8"
  },
  "devDependencies": {
    "grunt": "^1.4.1",
    "grunt-contrib-jasmine": "^3.0.0",
    "grunt-contrib-jshint": "^3.1.1",
    "grunt-contrib-uglify": "^5.0.1",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-string-replace": "^1.3.1",
    "grunt-template-jasmine-istanbul": "github:maenu/grunt-template-jasmine-istanbul",
    "grunt-umd": "^3.0.0",
    "jasmine-jquery": "^2.1.1",
    "load-grunt-config": "^4.0.1",
    "serve": "~13.0.2",
    "shared-git-hooks": "^1.2.1",
    "time-grunt": "^2.0.0"
  }
}
