inplace
Version:
Inplace is an tiny inplace editor to enable a quick ajax update with no need to create a form.
49 lines (48 loc) • 1.22 kB
JSON
{
"author": "Washington Botelho",
"bugs": {
"url": "https://github.com/wbotelhos/inplace/issues"
},
"contributors": [
"Washington Botelho <wbotelhos@gmail.com> (https://www.danca.com)"
],
"dependencies": {
"jquery": "^3.4.1"
},
"description": "Inplace is an tiny inplace editor to enable a quick ajax update with no need to create a form.",
"devDependencies": {
"jasmine-core": "^3.5.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-html2js-preprocessor": "^1.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-fixture": "^0.2.6",
"karma-jasmine": "^3.3.1"
},
"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"
}