forked from ridomin/registry_bkp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 819 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
32
33
34
35
{
"name": "@iotmodels/registry",
"version": "0.0.1",
"description": "This repo contains a prototype to share DTDL models using GitHub pages",
"type": "module",
"scripts": {
"validate-model": "dtdl2-validator",
"add-model": "node --experimental-modules ./addModel.js",
"resolve" : "node --experimental-modules ./resolve.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iotmodels/registry.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iotmodels/registry/issues"
},
"standard": {
"globals": [
"Mustache"
],
"ignore": [
"*.d.ts"
]
},
"devDependencies": {
"@types/mustache": "^4.0.1",
"mkdirp": "^1.0.4",
"standard": "^14.3.4",
"superagent": "^6.1.0"
}
}