forked from ni/VireoSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.85 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "vireo",
"version": "8.3.3",
"description": "SDK for an experimental vireo runtime engine.",
"devDependencies": {
"colors": "^1.1.2",
"core-js": "^2.5.1",
"diff": "^3.4.0",
"eslint": "^4.12.0",
"jasmine-core": "^2.8.0",
"jasmine-expect": "^3.8.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-jasmine-spec-tags": "^1.0.1",
"karma-verbose-reporter": "^0.0.6",
"puppeteer": "^1.1.1",
"requirejs": "^2.3.5",
"shx": "^0.2.2",
"whatwg-fetch": "^2.0.3",
"xhr2": "^0.1.4"
},
"scripts": {
"test": "karma start --browsers ChromeHeadlessNoSandbox,FirefoxHeadless",
"test-dev": "karma start --browsers ChromeHeadlessNoSandbox --skip-tags Slow",
"test-manual": "karma start --no-single-run",
"test-win": "karma start --browsers Chrome,Firefox,Edge && karma start --browsers IE --skip-tags FailsIE",
"test-coverage": "karma start karma.coverage.conf.js",
"lint": "eslint .",
"prehttpbin": "python -V && pip -V && virtualenv --version && tox --version",
"httpbin": "tox",
"httpbin-start": "start cmd /c npm run httpbin",
"doxygen": "cd source && doxygen",
"postdoxygen": "shx cp \"Documents/DocumentsRoot/.*\" \"Documents/DocumentsRoot/*\" gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NI/VireoSDK.git"
},
"keywords": [
"vireo"
],
"author": "See 'AUTHORS' file",
"license": "SEE LICENSE IN 'LICENSE.txt'",
"bugs": {
"url": "https://github.com/NI/VireoSDK/issues"
},
"homepage": "https://github.com/NI/VireoSDK#readme",
"main": "source/core/vireo.loader.js",
"dependencies": {}
}