{ "name": "snipette-crowdfunding-site", "version": "1.0.0", "description": "Website for the Snipette Analog crowdfunding campaign", "repository": "https://gitlab.com/snipettemag/snipette-crowdfunding-site", "author": "Badri Sunderarajan ", "license": "MIT", "scripts": { "start": "parcel src/index.htm", "build": "parcel build src/index.htm" }, "devDependencies": { "parcel": "^2.0.1" } }