{ "name": "hippie", "version": "0.4.2", "description": "Hippie interweaves preeminent personal interface elements", "keywords": [ "web", "frontend", "framework", "sass", "css", "html", "js" ], "homepage": "https://github.com/sthag/hippie#readme", "bugs": { "url": "https://github.com/sthag/hippie/issues", "email": "klarsichtweise@gmail.com" }, "license": "MIT", "author": "Stephan Hagedorn", "repository": { "type": "git", "url": "git+https://github.com/sthag/hippie.git" }, "scripts": { "hello": "echo -n \"This is \" && node -p \"process.env.npm_package_name\" | tr '[:lower:]' '[:upper:]'", "test": "echo \"Error: no test specified\" && exit 1", "preversion": "npm test", "version": "gulp build && git add -A dist", "postversion": "git push && git push --tags", "clean": "npm run clean:build & npm run clean:deploy & npm run clean:report & npm run clean:test", "clean:build": "rm -rf build/*", "clean:deploy": "rm -rf deploy/*", "clean:report": "rm -rf report/*", "clean:test": "rm -rf test/*", "serve": "browser-sync start --no-open --index 'demo.html' --server 'build'", "serve:watch": "browser-sync start --open false --index 'demo.html' --files 'build' --server 'build'", "style": "npm run style:compile & npm run style:post", "style:compile": "sass source/style:build/css --load-path=vendor", "style:post": "postcss build/css/*.css -d deploy/css", "style:watch": "sass --watch source/style:build/css --load-path=vendor", "develop": "npm run style:watch & npm run serve:watch" }, "config": { "port": "3000" }, "devDependencies": { "autoprefixer": "^10.4.8", "browser-sync": "^2.27.10", "cssnano": "^5.1.13", "jshint": "~2", "jshint-stylish": "^2.2.1", "postcss": "^8.4.16", "postcss-cli": "^10.0.0", "sass": "^1.54.4" }, "private": true }