-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
25 lines (25 loc) · 936 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
{
"name": "aem-site-template-standard",
"version": "2.2.0",
"description": "Standard AEM Site Template used as a starter template for general purpose websites",
"license": "MIT License, Copyright 2020 Adobe Systems Incorporated",
"scripts": {
"build": "aem-site-template-builder",
"stub": "aem-site-template-builder stub",
"deploy": "curl -u admin:admin -F [email protected] http://localhost:4502/bin/wcm/site-template/import"
},
"devDependencies": {
"@adobe/aem-site-template-builder": "2.3.1"
},
"siteTemplate": {
"title": "Standard AEM Site Template",
"createdBy": "Adobe",
"useCases": [
"General purpose sites, corporate marketing sites, landing pages, blog sites, content marketing"
],
"docsUrl": "",
"showcaseUrl": "",
"sourceRepositoryUrl": "https://github.com/adobe/aem-site-template-standard",
"openItem": "{Path}/en/home"
}
}