-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 900 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
{
"name": "@aaashur/eleventy-plugin-add-remote-data",
"version": "1.0.0",
"description": "",
"main": "eleventy.plugin.js",
"scripts": {
"test": "cat ./test/README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashur/eleventy-plugin-add-remote-data.git"
},
"keywords": [
"11ty",
"eleventy",
"plugin"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashur/eleventy-plugin-add-remote-data/issues"
},
"homepage": "https://github.com/ashur/eleventy-plugin-add-remote-data#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@aaashur/eslint-config": "^1.0.0-beta.1",
"chai": "^4.3.10",
"eslint": "^8.56.0",
"eslint-plugin-sort-requires": "^2.1.0",
"mocha": "^10.2.0"
},
"eslintIgnore": [
"!.*"
],
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.0"
}
}