jubilee/package.json

91 lines
2.3 KiB
JSON
Raw Permalink Normal View History

2018-02-23 10:36:49 +00:00
{
"name": "jubilee",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2018-04-11 14:47:22 +00:00
"test": "mocha"
2018-02-23 10:36:49 +00:00
},
2019-01-07 13:47:53 +00:00
"engines": {
2020-05-10 10:59:35 +00:00
"node": "=8.17.0"
2019-01-07 13:47:53 +00:00
},
2018-02-23 10:36:49 +00:00
"author": "",
"license": "ISC",
"dependencies": {
"apicache": "^1.2.3",
2018-02-23 10:36:49 +00:00
"backbone": "^1.3.3",
2019-01-07 13:47:53 +00:00
"browserify": "^16.2.3",
"cheerio": "^1.0.0-rc.2",
2020-05-10 10:59:35 +00:00
"cors": "^2.8.5",
"dark-sky-api": "^0.6.32",
2018-11-12 00:10:14 +00:00
"dateformat": "^3.0.3",
2018-02-23 10:36:49 +00:00
"debug-logger": "^0.4.1",
"del": "^3.0.0",
"elapsed": "0.0.7",
"eslint": "^4.19.1",
"express": "^4.16.4",
2018-03-20 22:18:36 +00:00
"fecha": "^2.3.3",
"feedme": "^1.2.0",
2018-02-23 10:36:49 +00:00
"geolocation": "^0.2.0",
2019-01-07 13:47:53 +00:00
"gulp-autoprefixer": "^4.1.0",
"gulp-bump": "^3.1.3",
"gulp-cache": "^1.1.1",
2018-02-23 10:36:49 +00:00
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
2018-02-23 10:36:49 +00:00
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^4.0.0",
"gulp-inject": "^4.3.2",
"gulp-uglify": "^3.0.1",
2018-02-27 00:00:57 +00:00
"hh-mm-ss": "^1.2.0",
"humanize-duration": "^3.17.0",
2018-02-23 10:36:49 +00:00
"jquery": "^3.3.1",
2018-11-11 17:47:03 +00:00
"jsonfile": "^5.0.0",
"leaflet": "^1.4.0",
"lodash": "^4.17.11",
"log4js": "^2.11.0",
2018-04-15 21:55:47 +00:00
"log4js-node-mongodb": "^2.2.1",
"loggy": "^1.0.4",
"memory-cache": "^0.2.0",
"moment": "^2.24.0",
"muicss": "^0.9.41",
2018-02-23 10:36:49 +00:00
"node-foursquare-venues": "^1.1.0",
"openweather-apis": "^3.3.5",
2020-05-10 10:59:35 +00:00
"redaxios": "^0.2.0",
"request-json": "^0.6.4",
2018-11-04 12:03:30 +00:00
"request-promise-native": "^1.0.5",
"strict-uri-encode": "^2.0.0",
"string": "^3.3.3",
"sugar": "^2.0.6",
"twitter": "^1.7.1",
2018-02-23 10:36:49 +00:00
"uglifyify": "^4.0.5",
"underscore": "^1.9.1",
"winston": "^2.4.4",
"winston-mongodb": "^4.0.3",
"yelp-fusion": "^2.2.1"
2018-02-23 10:36:49 +00:00
},
"devDependencies": {
"expect.js": "^0.3.1",
"gulp": "3.9.1",
2019-01-07 13:47:53 +00:00
"gulp-google-webfonts": "0.0.14",
"gulp-rename": "^1.4.0",
"gulp-sass": "^3.2.1",
2018-02-23 10:36:49 +00:00
"gulp-scss": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
2019-01-07 13:47:53 +00:00
"gulp-strip-debug": "^2.0.0",
"gulp-uglify-es": "^1.0.4",
2018-02-23 10:36:49 +00:00
"lodash.assign": "^4.2.0",
"mocha": "^5.2.0",
"node-fetch": "^2.3.0",
2018-02-23 10:36:49 +00:00
"node-geocoder": "^3.22.0",
"require-dir": "^1.2.0",
"requirejs": "^2.3.6",
"sinon": "^4.5.0",
2019-01-07 13:47:53 +00:00
"tape": "^4.9.2",
"tape-promise": "^4.0.0",
2018-02-23 10:36:49 +00:00
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
2018-03-20 22:18:36 +00:00
"watchify": "^3.11.0",
2018-05-25 14:21:42 +00:00
"whatwg-fetch": "^2.0.4"
2018-02-23 10:36:49 +00:00
}
}