snipette-crowdfunding-site/package.json
2021-12-27 17:44:02 +05:30

16 lines
444 B
JSON

{
"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 <badri@snipettemag.com>",
"license": "MIT",
"scripts": {
"start": "parcel src/index.htm",
"build": "parcel build src/index.htm"
},
"devDependencies": {
"parcel": "^2.0.1"
}
}