2020-04-04 23:56:49 +02:00
|
|
|
{
|
|
|
|
|
"name": "hippie",
|
|
|
|
|
"version": "0.4.2",
|
|
|
|
|
"description": "Hippie interweaves preeminent personal interface elements",
|
2022-08-11 23:21:35 +02:00
|
|
|
"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"
|
2020-04-04 23:56:49 +02:00
|
|
|
},
|
2022-08-11 23:21:35 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"author": "Stephan Hagedorn",
|
2020-04-04 23:56:49 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/sthag/hippie.git"
|
|
|
|
|
},
|
2022-08-11 23:21:35 +02:00
|
|
|
"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 --files 'build' --server 'build'",
|
|
|
|
|
"style": "npm run style:compile",
|
|
|
|
|
"style:compile": "sass source/style:build/css --load-path=vendor",
|
|
|
|
|
"style:prefix": "",
|
|
|
|
|
"style:watch": ""
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"port": "3000"
|
2020-04-04 23:56:49 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-08-08 21:43:54 +02:00
|
|
|
"browser-sync": "^2.27.10",
|
2020-04-04 23:56:49 +02:00
|
|
|
"jshint": "~2",
|
|
|
|
|
"jshint-stylish": "^2.2.1",
|
2022-08-08 21:43:54 +02:00
|
|
|
"sass": "^1.54.0"
|
2022-08-11 23:21:35 +02:00
|
|
|
},
|
|
|
|
|
"private": true
|
2021-03-08 15:01:17 +01:00
|
|
|
}
|