UNPKG

@gotpop/multitool

Version:

MultiTool is a CLI tool to assist in quickly setting up a Hugo project for NetlifyCMS

17 lines (16 loc) 376 B
{ "name": "magnatone", "version": "1.0.0", "main": "index.js", "license": "MIT", "scripts": { "start": "parcel assets/js/app.js -d static", "build": "parcel assets/js/app.js -d static" }, "dependencies": { "@babel/core": "^7.0.0-0", "@babel/preset-env": "^7.6.2", "node-sass": "^4.12.0", "parcel-bundler": "^1.12.4" } }