tennotv
Version:
Warframe YouTube Content
84 lines (83 loc) • 2.33 kB
JSON
{
"name": "tennotv",
"version": "1.2.6",
"description": "Warframe YouTube Content",
"scripts": {
"test": "npm run pre && mocha mochaspec.js",
"postinstall": "npm install -g gulp-cli",
"start": "npm run pre && node ./bin/www",
"pre": "gulp && gulp hash",
"dev": "nodemon",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"api": "node ./server/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/WFCD/tennotv.git"
},
"keywords": [
"warframe",
"tennotv"
],
"author": "TobiTenno",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/WFCD/tennotv/issues"
},
"homepage": "https://tenno.tv",
"dependencies": {
"biguint-format": "^1.0.0",
"body-parser": "^1.18.2",
"chai": "^4.2.0",
"cookie-parser": "^1.4.3",
"debug": "~4.1.0",
"del": "^5.0.0",
"eslint": "^6.0.0",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-hashsum": "^1.2.0",
"gulp-minify": "git://github.com/zbennett10/gulp-minify.git#e1d8905041af230fd0fb980aa8a26c12c53e03f7",
"hbs": "^4.0.1",
"helmet": "^3.15.0",
"node-fetch": "^2.3.0",
"serve-favicon": "~2.5.0",
"sinon": "7.4.0",
"supertest": "^4.0.0",
"winston": "^3.1.0",
"winston-raven-sentry": "^2.0.0"
},
"devDependencies": {
"eslint-config-airbnb": "^18.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"greenkeeper-lockfile": "^1.14.0",
"mocha": "^6.0.0",
"nodemon": "^1.18.9",
"semantic-release": "^15.13.4",
"travis-deploy-once": "^5.0.11",
"vinyl-source-stream": "^2.0.0"
},
"engines": {
"node": ">=8.9.0",
"npm": ">=6.1.0"
},
"nodemonConfig": {
"ignore": [
"public/js/*",
"public/css/*",
"public/sums.json",
".git"
],
"env": {
"SERVICE_API_URL": "https://api.tenno.tv/",
"LOG_LEVEL": "silly",
"RAVEN_DSN": "https://54bb243e64894b728ec1ff1077f290d8@sentry.warframestat.us/10",
"RAVEN_DSN_PRIVATE": "https://54bb243e64894b728ec1ff1077f290d8:a4be6261c3b141208c15dfb050f2019f@sentry.warframestat.us/10"
}
}
}