-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 924 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
{
"name": "engineering-best-practices",
"version": "1.0.0",
"description": "These are the official best practices for Van Egmond Groep. This guide dictates how we, as a company, engineer applications. The purpose behind them is to improve the quality of the experiences we build as well as to standardize in order to facilitate more effective collaboration.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vanegmondgroep/engineering-best-practices.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vanegmondgroep/engineering-best-practices/issues"
},
"homepage": "https://github.com/vanegmondgroep/engineering-best-practices#readme",
"devDependencies": {
"vuepress": "^1.8.2"
}
}