ni-data-types
Version:
Non-standard data types used by the webcharts team.
40 lines (39 loc) • 1.38 kB
JSON
{
"name": "ni-data-types",
"version": "1.3.0",
"description": "Non-standard data types used by the webcharts team.",
"main": "niComplex.js",
"scripts": {
"test": "node node_modules/karma/bin/karma start --single-run",
"coverage": "node node_modules/karma/bin/karma start --single-run --coverage",
"build": "node ./node_modules/gulp/bin/gulp.js build",
"testBuild": "node node_modules/karma/bin/karma start --single-run --testBuild --no-auto-watch --concurrency=1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ni-kismet/data-types.git"
},
"author": "National Instruments Corporation",
"license": "https://www.ni.com/legal/license/",
"homepage": "https://github.com/ni-kismet/data-types#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-safari-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"puppeteer": "^3.1.0"
}
}