hippie/bower.json
Stephan 90894f3253 Maintenance and a little bit more content
- added favicon
- changes to the gulp sprite module
- changes to gulp linting
- fixed javascript scroll function and added setup function content
- fixed javascript indentation
- new error pages
- changed css for link colors
- fixed css sprites
2018-11-07 20:20:49 +01:00

24 lines
487 B
JSON

{
"name": "hippie",
"description": "Hippie interweaves preeminent personal interface elements",
"main": "gulpfile.js",
"authors": [
"Interaktionsweise"
],
"license": "ISC",
"homepage": "https://github.com/sthag/hippie",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"build/bower_components",
"build/vendor",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.2.1",
"normalize-css": "^7.0.0"
}
}