-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"author": "Washington Botelho",
"bugs": {
"url": "https://github.com/wbotelhos/inplace/issues"
},
"contributors": [
"Washington Botelho <[email protected]> (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 <[email protected]> (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"
}