-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 975 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
41
{
"name": "@aloskutov/eleventy-plugin-codepen",
"version": "1.2.8",
"description": "Eleventy codepen plugin",
"publishConfig": {
"access": "public"
},
"main": ".eleventy.js",
"homepage": "https://github.com/aloskutov/eleventy-plugin-codepen",
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"lint": "npx eslint ./src",
"jshint": "npx jshint ./src",
"demo": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aloskutov/eleventy-plugin-codepen.git"
},
"keywords": [
"11ty",
"11ty-plugin",
"eleventy",
"eleventy-plugin"
],
"author": "Alex Loskutov",
"license": "MIT",
"11ty": {
"compatibility": ">=0.11"
},
"bugs": {
"url": "https://github.com/aloskutov/eleventy-plugin-codepen/issues"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"jest": "^29.7.0",
"jshint": "^2.13.6"
}
}