forked from ni/systemlink-OpenAPI-documents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 665 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "@ni-kismet/systemlink-openapi-documents",
"version": "1.0.0",
"description": "Package containing OpenAPI documents which describe some of the HTTP APIs provided by web services in SystemLink and SystemLink Cloud",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ni/systemlink-OpenAPI-documents.git"
},
"author": "National Instruments",
"license": "MIT",
"bugs": {
"url": "https://github.com/ni/systemlink-OpenAPI-documents/issues"
},
"homepage": "https://github.com/ni/systemlink-OpenAPI-documents#readme"
}