-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 789 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 789 Bytes
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
{
"name": "j-elements",
"version": "0.5.0",
"homepage": "https://jelements.netlify.com",
"repository": "https://github.com/jouni/j-elements",
"authors": [
"Jouni Koivuviita <jouni@jouni.me>"
],
"description": "Researching and prototyping web components",
"main": "index.js",
"keywords": [
"web-components"
],
"license": "Apache-2.0",
"files": [
"src/**/*"
],
"scripts": {
"start": "npm run module-size && npx @11ty/eleventy --serve",
"module-size": "node docs/scripts/module-size.js",
"build": "npm run module-size && npx @11ty/eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
"markdown-it-anchor": "^8.4.1"
}
}