2014-05-12 20:08:19 +02:00
|
|
|
{
|
|
|
|
"name": "ffffng",
|
2017-05-13 11:47:20 +02:00
|
|
|
"version": "0.11.4",
|
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 16:27:04 +02:00
|
|
|
|
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": {
|
2017-05-13 13:11:13 +02:00
|
|
|
"async": "2.4.0",
|
|
|
|
"body-parser": "1.17.1",
|
|
|
|
"command-line-args": "4.0.4",
|
|
|
|
"command-line-usage": "4.0.0",
|
2016-06-11 17:47:17 +02:00
|
|
|
"compression": "1.6.2",
|
2017-05-13 13:11:13 +02:00
|
|
|
"deep-extend": "0.5.0",
|
|
|
|
"express": "4.15.2",
|
|
|
|
"glob": "7.1.1",
|
|
|
|
"graceful-fs": "4.1.11",
|
|
|
|
"http-auth": "3.1.3",
|
|
|
|
"http-errors": "1.6.1",
|
|
|
|
"lodash": "4.17.4",
|
|
|
|
"moment": "2.18.1",
|
2017-05-13 12:20:41 +02:00
|
|
|
"ng-admin": "1.0.6",
|
2016-06-11 17:47:17 +02:00
|
|
|
"ng-di": "0.2.1",
|
2017-05-13 13:11:13 +02:00
|
|
|
"node-cron": "1.1.3",
|
|
|
|
"nodemailer": "2.7.2",
|
2016-06-11 17:47:17 +02:00
|
|
|
"nodemailer-html-to-text": "2.1.0",
|
2017-05-13 13:11:13 +02:00
|
|
|
"request": "2.81.0",
|
2016-06-11 17:47:17 +02:00
|
|
|
"scribe-js": "2.0.4",
|
2017-05-13 13:11:13 +02:00
|
|
|
"serve-static": "1.12.2",
|
|
|
|
"sqlite3": "3.1.8"
|
2016-06-11 16:00:10 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-05-13 13:11:13 +02:00
|
|
|
"bower": "1.8.0",
|
2016-06-11 19:08:46 +02:00
|
|
|
"grunt-cli": "1.2.0",
|
|
|
|
|
2016-06-11 17:47:17 +02:00
|
|
|
"escape-string-regexp": "1.0.5",
|
2014-05-12 20:08:19 +02:00
|
|
|
"grunt": "~0.4.1",
|
2016-05-16 13:33:49 +02:00
|
|
|
"grunt-autoprefixer": "~3.0.4",
|
|
|
|
"grunt-concurrent": "~2.3.0",
|
|
|
|
"grunt-connect-proxy": "~0.2.0",
|
|
|
|
"grunt-contrib-clean": "~1.0.0",
|
|
|
|
"grunt-contrib-compass": "~1.1.1",
|
|
|
|
"grunt-contrib-concat": "~1.0.1",
|
|
|
|
"grunt-contrib-connect": "~1.0.2",
|
|
|
|
"grunt-contrib-copy": "~1.0.0",
|
|
|
|
"grunt-contrib-cssmin": "~1.0.1",
|
|
|
|
"grunt-contrib-htmlmin": "~1.4.0",
|
2016-06-11 17:47:17 +02:00
|
|
|
"grunt-contrib-imagemin": "~1.0.1",
|
2016-05-16 13:33:49 +02:00
|
|
|
"grunt-contrib-jshint": "~1.0.0",
|
|
|
|
"grunt-contrib-uglify": "~1.0.1",
|
|
|
|
"grunt-contrib-watch": "~1.0.0",
|
2014-05-12 20:08:19 +02:00
|
|
|
"grunt-develop": "~0.4.0",
|
2016-05-16 13:33:49 +02:00
|
|
|
"grunt-html2js": "~0.3.6",
|
|
|
|
"grunt-newer": "~1.2.0",
|
|
|
|
"grunt-ng-annotate": "~2.0.2",
|
2016-06-11 19:08:46 +02:00
|
|
|
"grunt-replace": "~1.0.1",
|
2014-05-12 20:08:19 +02:00
|
|
|
"grunt-rev": "~0.1.0",
|
2016-05-16 13:33:49 +02:00
|
|
|
"grunt-svgmin": "~3.2.0",
|
|
|
|
"grunt-usemin": "~3.1.1",
|
|
|
|
"grunt-wiredep": "~3.0.1",
|
2016-06-11 17:47:17 +02:00
|
|
|
"imagemin-gifsicle": "5.1.0",
|
2017-05-13 13:11:13 +02:00
|
|
|
"jshint-stylish": "2.2.1",
|
2016-06-11 17:47:17 +02:00
|
|
|
"load-grunt-tasks": "3.5.0",
|
2017-05-13 13:11:13 +02:00
|
|
|
"time-grunt": "1.4.0"
|
2014-05-12 20:08:19 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
}
|
|
|
|
}
|