{
  "name": "jquery-factory",
  "version": "0.2.4",
  "description": "Super simple, lightweight and solid factory of jQuery plugins",
  "main": "newPlugin.jquery.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "testbrowser": "./node_modules/gulp/bin/gulp.js test",
    "testnode": "./node_modules/.bin/mocha ./test/tests-node.js",
    "test": "npm run testnode && npm run testbrowser",
    "lint": "./node_modules/eslint/bin/eslint.js newPlugin.jquery.js",
    "build": "./node_modules/gulp/bin/gulp.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/peremenov/jquery-factory.git"
  },
  "keywords": [
    "jquery",
    "plugin",
    "factory",
    "new",
    "create"
  ],
  "author": "Kir Peremenov <kirill@peremenov.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/peremenov/jquery-factory/issues"
  },
  "homepage": "https://github.com/peremenov/jquery-factory",
  "dependencies": {
    "jquery": ">=1.6"
  },
  "devDependencies": {
    "chai": "4.1.0",
    "eslint": "4.3.0",
    "gulp": "3.9.1",
    "gulp-mocha-phantomjs": "0.12.1",
    "gulp-uglify": "3.0.0",
    "jsdom": "11.1.0",
    "mocha": "3.4.2",
    "zepto": "madrobby/zepto#v1.2.0"
  }
}
