hippie/package.json
Stephan 9c03fb44cc Neuer Ansatz für css Benennung
Paar grundlegende Klassen umbenannt.
Neue .gitignore
2017-08-16 19:49:36 +02:00

22 lines
548 B
JSON

{
"name": "hippie",
"version": "0.3.3",
"description": "Hippie interweaves preeminent personal interface elements",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sthag/hippie.git"
},
"author": "Interaktionsweise",
"license": "ISC",
"bugs": {
"url": "https://github.com/sthag/hippie/issues"
},
"homepage": "https://github.com/sthag/hippie#readme",
"devDependencies": {
"gulp": "^3.9.1"
}
}