UNPKG

@flourish/sdk

Version:
44 lines (43 loc) 1.01 kB
{ "name": "@flourish/sdk", "version": "2.11.0", "description": "The Flourish SDK", "module": "src/index.js", "scripts": { "prepublish": "cd .. && make sdk_clean sdk" }, "bin": { "flourish": "bin/flourish" }, "author": "Robin Houston and Duncan Clark", "license": "SEE LICENSE IN LICENSE.md", "repository": "kiln/flourish-sdk", "dependencies": { "archiver": "^1.3.0", "chokidar": "^1.6.1", "colors": "^1.1.1", "cross-spawn": "^5.1.0", "d3-dsv": "^1.0.7", "express": "~4.14.0", "getpass": "^0.1.6", "handlebars": "^4.0.10", "js-yaml": "^3.9.1", "minimist": "^1.2.0", "ncp": "^2.0.0", "parse5": "^3.0.1", "request": "^2.79.0", "rewrite-links": "^1.1.0", "shell-quote": "^1.6.1", "tmp": "0.0.31", "ws": "^1.1.1" }, "devDependencies": { "d3-request": "^1.0.3", "rollup": "^0.43.1", "rollup-plugin-node-resolve": "*", "rollup-plugin-uglify": "^2.0.1" }, "engines": { "node": ">=6" } }