- 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
24 lines
487 B
JSON
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"
|
|
}
|
|
}
|