2017-10-02 00:02:06 +02:00
|
|
|
{
|
|
|
|
|
"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",
|
2018-11-07 20:20:49 +01:00
|
|
|
"build/vendor",
|
2017-10-02 00:02:06 +02:00
|
|
|
"test",
|
|
|
|
|
"tests"
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"jquery": "^3.2.1",
|
|
|
|
|
"normalize-css": "^7.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|