This commit is contained in:
baldo 2016-06-11 19:22:41 +02:00
parent 211943091d
commit 8f0f30cb06

View file

@ -1,16 +1,13 @@
{ {
"name": "ffffng", "name": "ffffng",
"version": "0.2.0-SNAPSHOT", "version": "0.2.0",
"description": "Node management form for Freifunk", "description": "Node management form for Freifunk",
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Andreas Baldeau", "name": "Andreas Baldeau",
"email": "andreas@baldeau.net" "email": "andreas@baldeau.net"
}, },
"private": true, "private": true,
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/freifunkhamburg/ffffng" "url": "https://github.com/freifunkhamburg/ffffng"
@ -18,12 +15,10 @@
"bugs": { "bugs": {
"url": "https://github.com/freifunkhamburg/ffffng/issues" "url": "https://github.com/freifunkhamburg/ffffng/issues"
}, },
"bin": { "bin": {
"ffffng": "server/main.js", "ffffng": "server/main.js",
"ffffng-fix-key-file-names": "bin/fix_key_file_names.py" "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",
@ -50,7 +45,6 @@
"devDependencies": { "devDependencies": {
"bower": "1.7.9", "bower": "1.7.9",
"grunt-cli": "1.2.0", "grunt-cli": "1.2.0",
"escape-string-regexp": "1.0.5", "escape-string-regexp": "1.0.5",
"grunt": "~0.4.1", "grunt": "~0.4.1",
"grunt-autoprefixer": "~3.0.4", "grunt-autoprefixer": "~3.0.4",