forked from ni/webvi-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 750 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "webvi-examples",
"version": "1.0.0",
"description": "Tools for validating LabVIEW NXG WebVI Examples",
"private": true,
"scripts": {
"test": "glob-exec --foreach \"{./*.md,./*/*.md}\" -- \"npm run markdown-link-check -- -c .markdown-link-check.config.json {{file}}\"",
"markdown-link-check": "markdown-link-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ni/webvi-examples.git"
},
"author": "National Instruments",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/ni/webvi-examples/issues"
},
"homepage": "https://github.com/ni/webvi-examples#readme",
"devDependencies": {
"glob-exec": "^0.1.1",
"markdown-link-check": "^3.6.2"
}
}