forked from onanimationstudios/feedback.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.38 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.38 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@openculinary/jquery-feedback",
"version": "0.2.0",
"description": "Feedback form with screenshot",
"keywords": [
"jquery",
"feedback"
],
"homepage": "https://www.npmjs.com/package/@openculinary/jquery-feedback",
"license": "MIT",
"author": {
"name": "Niklas von Hertzen",
"url": "https://github.com/niklasvh/"
},
"contributors": [
{
"name": "Denis Kopitsa",
"url": "https://github.com/dkopitsa/"
},
{
"name": "Q",
"url": "https://github.com/ItsJonQ/"
},
{
"name": "Paolo Greppi"
},
{
"name": "Ali",
"url": "https://github.com/ali-bugdayci/"
},
{
"name": "Cyril Robert",
"url": "https://github.com/cyrilrbt/"
},
{
"name": "James Addison",
"url": "https://github.com/jayaddison/"
}
],
"main": "dist/feedback.js",
"browser": "dist/feedback.min.js",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "https://github.com/openculinary/jquery-feedback.git/"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"html2canvas": "^1.4.1",
"jquery": "^4.0.0"
},
"devDependencies": {
"gulp": "^5.0.1",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^3.0.2",
"prettier": "^3.8.1"
},
"publishConfig": {
"access": "public"
}
}