-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.6 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
{
"name": "gemini-loader",
"version": "0.6.0-alpha.2",
"description": "Gemini Loader",
"author": {
"name": "Matt Rose",
"email": "matt@mattrose.ca",
"url": "http://mattrose.ca"
},
"contributors": [
"Jeff Andrews <jeff.andrews@carpages.ca>"
],
"main": "dist/gemini.js",
"files": [
"dist",
"gemini.js"
],
"repository": {
"type": "git",
"url": "https://github.com/carpages/gemini-loader"
},
"scripts": {
"build": "rollup -c",
"prepublish": "yarn build"
},
"dependencies": {
"@carpages/jquery-boiler": "^0.6.0-alpha.3",
"gemini-support": "^0.4.0"
},
"peerDependencies": {
"jquery": ">=3",
"lodash": ">=4"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/preset-env": "^7.29.0",
"@eslint/compat": "^2.0.3",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"eslint": "^9.39.4",
"eslint-config-carpages": "^9.0.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-qunit": "^8.2.6",
"globals": "^17.4.0",
"jquery": "^4.0.0",
"lodash": "^4.17.23",
"prettier": "^3.8.1",
"rollup": "^4.59.0"
},
"license": "MIT"
}