forked from NicolasCARPi/jquery_jeditable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 915 Bytes
/
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
{
"name": "jquery-jeditable",
"version": "2.0.11",
"description": "Edit in place plugin for jQuery",
"main": "src/jquery.jeditable.js",
"directories": {
"test": "tests"
},
"dependencies": {
"jquery": ">=3.4.0"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-uglify-es": "^3.3.0",
"lodash": ">=4.17.13",
"merge": ">=1.2.1",
"qunit": "^2.9.2"
},
"scripts": {
"test": "firefox -new-tab tests/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicolasCARPi/jquery_jeditable.git"
},
"keywords": [
"jquery",
"edit",
"in",
"place",
"jeditable",
"plugin"
],
"author": "Mika Tuupola <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NicolasCARPi/jquery_jeditable/issues"
},
"homepage": "https://github.com/NicolasCARPi/jquery_jeditable#readme"
}