2014-05-12 20:08:19 +02:00
|
|
|
{
|
|
|
|
"name": "ffffng",
|
2018-12-17 20:08:19 +01:00
|
|
|
"version": "0.13.0",
|
2016-06-11 19:08:46 +02:00
|
|
|
"description": "Node management form for Freifunk",
|
2014-05-12 20:56:48 +02:00
|
|
|
"license": "MIT",
|
2016-06-11 19:15:26 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Andreas Baldeau",
|
|
|
|
"email": "andreas@baldeau.net"
|
|
|
|
},
|
2016-06-11 19:08:46 +02:00
|
|
|
"private": true,
|
2016-06-11 16:27:04 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/freifunkhamburg/ffffng"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freifunkhamburg/ffffng/issues"
|
|
|
|
},
|
|
|
|
"bin": {
|
2016-06-21 15:21:08 +02:00
|
|
|
"ffffng": "server/main.js"
|
2016-06-11 16:27:04 +02:00
|
|
|
},
|
2016-06-11 16:00:10 +02:00
|
|
|
"dependencies": {
|
2018-10-01 22:24:42 +02:00
|
|
|
"async": "^2.6.1",
|
|
|
|
"body-parser": "^1.18.3",
|
|
|
|
"command-line-args": "^5.0.2",
|
|
|
|
"command-line-usage": "^5.0.5",
|
|
|
|
"compression": "^1.7.3",
|
|
|
|
"deep-extend": "^0.6.0",
|
|
|
|
"express": "^4.16.3",
|
|
|
|
"glob": "^7.1.3",
|
|
|
|
"graceful-fs": "^4.1.11",
|
|
|
|
"http-auth": "^3.2.3",
|
|
|
|
"http-errors": "^1.7.1",
|
|
|
|
"lodash": "^4.17.11",
|
|
|
|
"moment": "^2.22.2",
|
|
|
|
"ng-admin": "^1.0.13",
|
|
|
|
"node-cron": "^2.0.1",
|
2019-03-29 21:00:03 +01:00
|
|
|
"nodemailer": "^6.0.0",
|
2018-10-01 22:24:42 +02:00
|
|
|
"nodemailer-html-to-text": "^3.0.0",
|
|
|
|
"request": "^2.88.0",
|
|
|
|
"scribe-js": "^2.0.4",
|
|
|
|
"serve-static": "^1.13.2",
|
|
|
|
"sqlite3": "^4.0.2"
|
2016-06-11 16:00:10 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-03-29 21:00:03 +01:00
|
|
|
"bower": "^1.8.8",
|
2018-10-01 22:24:42 +02:00
|
|
|
"escape-string-regexp": "^1.0.5",
|
2019-03-29 21:00:03 +01:00
|
|
|
"grunt": "^1.0.4",
|
2018-10-01 22:24:42 +02:00
|
|
|
"grunt-autoprefixer": "^3.0.4",
|
2019-03-29 21:00:03 +01:00
|
|
|
"grunt-cli": "^1.3.2",
|
2018-10-01 22:24:42 +02:00
|
|
|
"grunt-concurrent": "^2.3.1",
|
|
|
|
"grunt-connect-proxy": "^0.2.0",
|
|
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
|
|
"grunt-contrib-compass": "^1.1.1",
|
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
"grunt-contrib-connect": "^2.0.0",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
"grunt-contrib-cssmin": "^3.0.0",
|
|
|
|
"grunt-contrib-htmlmin": "^3.0.0",
|
2019-03-29 21:00:03 +01:00
|
|
|
"grunt-contrib-imagemin": "^3.1.0",
|
2018-10-01 22:24:42 +02:00
|
|
|
"grunt-contrib-jshint": "^2.0.0",
|
|
|
|
"grunt-contrib-uglify": "^4.0.0",
|
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
|
|
"grunt-develop": "^0.4.0",
|
2019-03-29 21:00:03 +01:00
|
|
|
"grunt-html2js": "^0.6.0",
|
2018-10-01 22:24:42 +02:00
|
|
|
"grunt-newer": "^1.3.0",
|
|
|
|
"grunt-ng-annotate": "^3.0.0",
|
|
|
|
"grunt-replace": "^1.0.1",
|
|
|
|
"grunt-rev": "^0.1.0",
|
2019-03-29 21:00:03 +01:00
|
|
|
"grunt-svgmin": "^6.0.0",
|
2018-10-01 22:24:42 +02:00
|
|
|
"grunt-usemin": "^3.1.1",
|
|
|
|
"grunt-wiredep": "^3.0.1",
|
2019-03-29 21:00:03 +01:00
|
|
|
"imagemin-gifsicle": "^6.0.1",
|
2018-10-01 22:24:42 +02:00
|
|
|
"jshint-stylish": "^2.2.1",
|
|
|
|
"load-grunt-tasks": "^4.0.0",
|
2019-03-29 21:00:03 +01:00
|
|
|
"time-grunt": "^2.0.0"
|
2014-05-12 20:08:19 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-10-01 22:24:42 +02:00
|
|
|
"node": ">=10.0.0"
|
2014-05-12 20:08:19 +02:00
|
|
|
}
|
|
|
|
}
|