Added more metadata to package.json

This commit is contained in:
baldo 2016-06-11 16:27:04 +02:00
parent 00b059389f
commit 0d2e84568a

View file

@ -1,7 +1,22 @@
{ {
"name": "ffffng", "name": "ffffng",
"version": "0.2.0-SNAPSHOT", "version": "0.2.0-SNAPSHOT",
"description": "Node managent form for Freifunk",
"license": "MIT", "license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/freifunkhamburg/ffffng"
},
"bugs": {
"url": "https://github.com/freifunkhamburg/ffffng/issues"
},
"bin": {
"ffffng": "server/main.js",
"ffffng-fix-key-file-names": "bin/fix_key_file_names.py"
},
"dependencies": { "dependencies": {
"async": "~1.5.2", "async": "~1.5.2",
"body-parser": "~1.15.1", "body-parser": "~1.15.1",