UNPKG

fusox

Version:

Command line wrapper for fuse-box

47 lines (46 loc) 1.01 kB
{ "name": "fusox", "version": "2.8.0", "description": "Command line wrapper for fuse-box", "main": "src/main.js", "repository": { "type": "git", "url": "https://github.com/maximkott/fusox" }, "scripts": {}, "bin": { "fusox": "src/cli.js" }, "keywords": [ "fuse-box", "buildtool", "react", "typescript" ], "author": "Maxim Kott", "license": "MIT", "dependencies": { "chalk": "^2.3.0", "cors-anywhere": "^0.4.1", "dotenv": "^5.0.0", "fuse-box": "^3.1.3", "fuse-box-yaml": "^1.0.0", "less": "^3.0.1", "lodash": "^4.17.4", "minimist": "^1.2.0", "moment": "^2.20.1", "node-sass": "^4.7.2", "npm-which": "^3.0.1", "opn": "^5.2.0", "portfinder": "^1.0.13", "replace-in-file": "^3.1.1", "requireg": "^0.1.7", "source-map": "^0.7.3", "strip-ansi": "^4.0.0", "stylus": "^0.54.5", "tailwindcss": "^0.5.1", "typescript": "^2.7.2", "uglify-es": "^3.3.9", "uglify-js": "^3.3.16" } }