-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"private": true,
"name": "powerapps-guidelines",
"version": "1.0.0",
"description": "Coding standards and Guidelines for Customizing and Extending PowerApps & Dynamics 365 Apps & Power Automate",
"keywords": [
"powerapps",
"powerautomate",
"dynamics-crm",
"dynamics-365",
"d365",
"guidelines",
"coding-standards",
"best-practices"
],
"homepage": "https://github.com/AutomateValue/PowerApps-Guidelines",
"bugs": {
"url": "https://github.com/AutomateValue/PowerApps-Guidelines/issues"
},
"repository": "github:AutomateValue/PowerApps-Guidelines",
"author": "Remy van Duijkeren <remy@automatevalue.nl (https://www.dynamichands.nl)",
"license": "LGPL-3.0",
"main": "index.js",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.9.7",
"vuepress-bar": "^0.4.4"
},
"devDependencies": {
"@vuepress/plugin-register-components": "^2.0.0-beta.46",
"vuepress": "^2.0.0-beta.46"
}
}