simple-color-picker
Version:
Simple Color picker for the web
17 lines (16 loc) • 430 B
JSON
{
"name": "simple-color-picker-example",
"version": "1.0.5",
"description": "",
"main": "dist/index.html",
"scripts": {
"start": "rimraf dist && parcel src/index.html --dist-dir dist --no-cache",
"build": "rimraf dist && parcel build src/index.html --public-url '.' --dist-dir dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"rimraf": "^3.0.2",
"parcel": "^2.0.0-nightly.425"
}
}