-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
42
43
44
45
46
47
48
{
"name": "@cocreate/website-template",
"version": "1.0.0",
"description": "A simple website-template component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"website-template",
"cocreate",
"low-code-framework",
"no-code-framework",
"cocreatejs",
"cocreatejs-component",
"cocreate-framework",
"no-code",
"low-code",
"collaborative-framework",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "private"
},
"scripts": {
"docs": "node ./node_modules/@cocreate/docs/src/index.js",
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-website-template.git"
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-website-template/issues"
},
"homepage": "https://cocreate.app/docs/website-template",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
},
"dependencies": {
"@cocreate/docs": "^1.0.3",
"@cocreate/hosting": "^1.2.2"
}
}