-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
31 lines (31 loc) · 887 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
{
"name": "@nordcom/devcontainer-features",
"version": "0.1.0",
"prettier": "@nordcom/prettier",
"author": {
"name": "Nordcom Group Inc.",
"email": "opensource@nordcom.io",
"url": "https://nordcom.io/"
},
"contributors": [
{
"name": "Filiph Siitam Sandström",
"email": "filiph@nordcom.io",
"url": "https://github.com/filiphsps/"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/NordcomInc/devcontainer-features.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/NordcomInc/devcontainer-features/issues"
},
"homepage": "https://github.com/NordcomInc/devcontainer-features/#readme",
"devDependencies": {
"@nordcom/prettier": "0.1.1",
"prettier": "3.4.2"
},
"dependencies": {}
}