@jpmorganchase/perspective-examples
Version:
80 lines (79 loc) • 3.53 kB
JSON
{
"name": "@jpmorganchase/perspective-examples",
"version": "0.2.0-beta.3",
"description": "Perspective.js",
"main": "index.js",
"directories": {
"test": "test"
},
"files": [
"src/*",
"build/*"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"bench": "npm-run-all bench:build bench:run",
"bench:build": "echo \"No Benchmarks\"",
"bench:run": "echo \"No Benchmarks\"",
"build": "npm run copy && npm-run-all -p build:*",
"build:perspective": "webpack --color --config ../perspective/test/config/perspective.config.js --context ../perspective/ --output-path ../perspective-examples/build",
"build:view": "webpack --color --config ../perspective-viewer/test/config/view.config.js --context ../perspective-viewer/ --output-path ../perspective-examples/build",
"build:hypergrid": "webpack --color --config ../perspective-viewer-hypergrid/test/config/hypergrid.config.js --context ../perspective-viewer-hypergrid/ --output-path ../perspective-examples/build",
"build:highcharts": "webpack --color --config ../perspective-viewer-highcharts/test/config/highcharts.config.js --context ../perspective-viewer-highcharts/ --output-path ../perspective-examples/build",
"test:build": "npm run copy",
"test:run": "echo \"No Tests\"",
"test": "npm-run-all test:build test:run",
"watch:view": "webpack --color --watch --config ../perspective-viewer/test/config/view.config.js --context ../perspective-viewer/ --output-path ../perspective-examples/build",
"watch:highcharts": "webpack --color --watch --config ../perspective-viewer-highcharts/test/config/highcharts.config.js --context ../perspective-viewer-highcharts/ --output-path ../perspective-examples/build",
"copy": "mkdir -p build && npm-run-all -p copy:*",
"copy:build": "cp -r node_modules/@jpmorganchase/perspective/build/* build",
"copy:css": "cp -r node_modules/@jpmorganchase/perspective-viewer/build/*.css build",
"copy:src-html": "cp src/html/* build",
"copy:src-json": "cp src/json/* build",
"copy:src-csv": "cp src/csv/* build",
"copy:src-css": "cp src/css/* build",
"copy:src-js": "cp src/js/* build",
"host": "node build/node_remote.js",
"clean": "find build -mindepth 1 -delete"
},
"repository": {
"type": "git",
"url": "https://github.com/jpmorganchase/perspective"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@jpmorganchase/perspective": "^0.2.0-beta.3",
"@jpmorganchase/perspective-viewer": "^0.2.0-beta.3",
"@jpmorganchase/perspective-viewer-highcharts": "^0.2.0-beta.3",
"@jpmorganchase/perspective-viewer-hypergrid": "^0.2.0-beta.3",
"babel-runtime": "^6.26.0",
"query-string": "^5.0.1",
"rectangular": "1.0.1",
"ws": "^3.3.2"
},
"devDependencies": {
"arraybuffer-loader": "^1.0.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-for-of": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"chart.js": "^2.7.1",
"css-loader": "^0.28.7",
"documentation": "^5.3.3",
"jest": "^22.0.4",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"npm-run-all": "^4.1.3",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.5.6",
"wrap-loader": "^0.2.0"
}
}