0.2.0
This commit is contained in:
parent
211943091d
commit
8f0f30cb06
1 changed files with 79 additions and 85 deletions
|
@ -1,16 +1,13 @@
|
|||
{
|
||||
"name": "ffffng",
|
||||
"version": "0.2.0-SNAPSHOT",
|
||||
"version": "0.2.0",
|
||||
"description": "Node management form for Freifunk",
|
||||
"license": "MIT",
|
||||
|
||||
"author": {
|
||||
"name": "Andreas Baldeau",
|
||||
"email": "andreas@baldeau.net"
|
||||
},
|
||||
|
||||
"private": true,
|
||||
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/freifunkhamburg/ffffng"
|
||||
|
@ -18,12 +15,10 @@
|
|||
"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": {
|
||||
"async": "1.5.2",
|
||||
"body-parser": "1.15.1",
|
||||
|
@ -50,7 +45,6 @@
|
|||
"devDependencies": {
|
||||
"bower": "1.7.9",
|
||||
"grunt-cli": "1.2.0",
|
||||
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-autoprefixer": "~3.0.4",
|
||||
|
|
Loading…
Add table
Reference in a new issue