-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 805 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
{
"name": "@kevingimbel/eleventy-plugin-caniuse",
"version": "1.0.0",
"description": "Display caniuse.com tables in 11ty",
"main": ".eleventy.js",
"scripts": {
"dev": "npx @11ty/eleventy --serve --watch",
"build": "npx @11ty/eleventy --input=dev --output=docs",
"bump": "npm --no-git-tag-version version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevingimbel/eleventy-plugin-caniuse.git"
},
"keywords": [
"11ty",
"eleventy",
"caniuse",
"embed"
],
"author": "Kevin Gimbel",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevingimbel/eleventy-plugin-caniuse/issues"
},
"homepage": "https://github.com/kevingimbel/eleventy-plugin-caniuse#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.0"
}
}