-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 944 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
{
"name": "eleventy-plugin-hubspot",
"version": "1.3.5",
"description": "Capture, organize and engage web visitors with free live chat, forms, CRM (contact management), email marketing, and analytics.",
"main": ".eleventy.js",
"scripts": {
"build": "cd demo/; npx eleventy",
"dev": "cd demo/; rm -rf _site/; npx eleventy --serve",
"test": "cd demo/; npx eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reatlat/eleventy-plugin-hubspot.git"
},
"keywords": [
"eleventy",
"eleventy-plugin",
"11ty",
"hubspot"
],
"author": {
"name": "Alex Zappa",
"email": "[email protected]",
"url": "https://alex.zappa.dev/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/reatlat/eleventy-plugin-hubspot/issues"
},
"homepage": "https://github.com/reatlat/eleventy-plugin-hubspot#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1"
}
}