{
  "name": "numl.design",
  "version": "0.0.1",
  "description": "Home page for NUDE Elements",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "rm -rf .cache && parcel --out-dir tmp src/index.html",
    "build": "mkdir -p static && rm -vrf static/* && parcel build --out-dir static src/index.html",
    "deploy": "rm -rf .cache && npm run build && mv static/index.html static/landing.html && scp -rv static/* cloud:/usr/share/nginx/numl.design/",
    "now": "npm run build && now --prod static --name numl-design"
  },
  "keywords": [
    "design",
    "system",
    "framework"
  ],
  "author": "Andrey Yamanov <tenphi@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "@webcomponents/custom-elements": "^1.4.1",
    "parcel": "^1.12.4"
  },
  "devDependencies": {
    "cssnano": "^4.1.10"
  }
}
