wbotelhos/inplace

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "author": "Washington Botelho",
  "bugs": {
    "url": "https://github.com/wbotelhos/inplace/issues"
  },
  "contributors": [
    "Washington Botelho <wbotelhos@gmail.com> (https://www.danca.com)"
  ],
  "dependencies": {
    "jquery": "3.6.0"
  },
  "description": "Inplace is an tiny inplace editor to enable a quick ajax update with no need to create a form.",
  "devDependencies": {
    "jasmine-core": "4.1.0",
    "karma": "6.3.19",
    "karma-chrome-launcher": "3.1.1",
    "karma-firefox-launcher": "2.1.2",
    "karma-fixture": "0.2.6",
    "karma-html2js-preprocessor": "1.1.0",
    "karma-jasmine": "5.0.0"
  },
  "directories": {
    "lib": "lib",
    "test": "spec"
  },
  "homepage": "https://github.com/wbotelhos/inplace",
  "keywords": [
    "editor",
    "in-place-editor",
    "in-place",
    "inplace-editor",
    "inplace"
  ],
  "license": "MIT",
  "main": "lib/inplace.js",
  "maintainers": [
    "Washington Botelho <wbotelhos@gmail.com> (https://www.danca.com)"
  ],
  "name": "inplace",
  "repository": {
    "type": "git",
    "url": "https://github.com/wbotelhos/inplace"
  },
  "scripts": {
    "test": "node_modules/karma/bin/karma start karma.conf.js"
  },
  "version": "0.1.1"
}