hippie/bower.json

24 lines
467 B
JSON
Raw Normal View History

{
"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",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.2.1",
"normalize-css": "^7.0.0"
}
}