@jpmorganchase/perspective-examples
Version:
43 lines (42 loc) • 1.57 kB
JSON
{
"name": "@jpmorganchase/perspective-examples",
"version": "0.1.0",
"description": "Perspective.js",
"main": "index.js",
"directories": {
"test": "test"
},
"files": [
"src/*",
"build/*"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npm run copy",
"copy": "mkdir -p build && cp -r node_modules/@jpmorganchase/perspective/build/* build && cp -r node_modules/@jpmorganchase/perspective-viewer/build/* build && cp -r node_modules/@jpmorganchase/perspective-viewer-hypergrid/build/* build && cp -r node_modules/@jpmorganchase/perspective-viewer-highcharts/build/* build && cp src/html/* build && cp src/json/* build && cp src/csv/* build && cp src/css/* build && cp src/js/* build",
"host": "http-server build/",
"remove": "find build \\( -name \"CMake*\" -o -name \"Makefile\" -o -name \"cmake_install.cmake\" -o -name \"compile_commands.json\" -o -name \"psp.js\" \\) -d -exec rm -r \"{}\" \\;",
"clean": "find build -mindepth 1 -delete"
},
"repository": {
"type": "git",
"url": "https://github.com/jpmorganchase/perspective"
},
"author": "",
"license": "Apache",
"dependencies": {
"@jpmorganchase/perspective": "^0.1.0",
"@jpmorganchase/perspective-viewer": "^0.1.0",
"@jpmorganchase/perspective-viewer-highcharts": "^0.1.0",
"@jpmorganchase/perspective-viewer-hypergrid": "^0.1.0",
"babel-runtime": "^6.26.0",
"query-string": "^5.0.1",
"rectangular": "1.0.1",
"ws": "^3.3.2"
},
"devDependencies": {
"http-server": "^0.10.0"
}
}