forked from Kentico/devnet.kentico.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 872 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": "devnet-resources-kentico-com",
"version": "1.0.0",
"description": "Repository loading data for DevNet marketplace",
"scripts": {
"check": "node ./scripts/checkExtensionsFormat.js",
"check-debug": "node --nolazy --inspect-brk=9229 ./scripts/checkExtensionsFormat.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kentico/devnet.kentico.com.git"
},
"keywords": [
"kentico",
"devnet",
"kentico-ems",
"open-souce",
"marketplace",
"extensions",
"components"
],
"author": "Ondřej Chrastina <ondrej.chrastina@kentico.com> (https://github.com/Simply007)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kentico/devnet.kentico.com/issues"
},
"homepage": "https://github.com/Kentico/devnet.kentico.com#readme",
"devDependencies": {
"@hapi/joi": "^15.1.0"
}
}