mirror of
https://github.com/Lissy93/twitter-sentiment-visualisation.git
synced 2021-05-12 19:52:18 +03:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "twitter-sentiment-visualisation",
|
|
"description": "A series of data visualisations showing overall sentiment from Tweets by location and/or topic",
|
|
"author": "Alicia Sykes <alicia@aliciasykes.com>",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www",
|
|
"test": "mocha",
|
|
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
|
|
},
|
|
"main": "app.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Lissy93/twitter-sentiment-visualisation"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Lissy93/twitter-sentiment-visualisation/issues"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "~1.12.0",
|
|
"coffee-script": "^1.9.3",
|
|
"cookie-parser": "~1.3.4",
|
|
"debug": "~2.1.1",
|
|
"express": "~4.12.2",
|
|
"jade": "~1.9.2",
|
|
"morgan": "~1.5.1",
|
|
"serve-favicon": "~2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.8.2",
|
|
"chai": "^3.2.0",
|
|
"del": "^1.2.0",
|
|
"event-stream": "^3.3.1",
|
|
"gulp": "^3.9.0",
|
|
"gulp-changed": "^1.2.1",
|
|
"gulp-coffee": "^2.3.1",
|
|
"gulp-coffeelint": "^0.5.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-csslint": "^0.1.5",
|
|
"gulp-filesize": "0.0.6",
|
|
"gulp-footer": "^1.0.5",
|
|
"gulp-istanbul": "^0.10.0",
|
|
"gulp-jshint": "^1.11.2",
|
|
"gulp-less": "^3.0.3",
|
|
"gulp-minify-css": "^1.2.0",
|
|
"gulp-mocha": "^2.1.3",
|
|
"gulp-nodemon": "^2.0.3",
|
|
"gulp-uglify": "^1.2.0",
|
|
"gulp-uncss": "^1.0.2",
|
|
"gulp-util": "^3.0.6",
|
|
"istanbul": "^0.3.17",
|
|
"jshint-stylish": "^2.0.1",
|
|
"karma": "^0.13.3",
|
|
"mocha": "^2.2.5",
|
|
"mochawesome": "^1.2.0",
|
|
"phantom": "^0.7.2",
|
|
"require-dir": "^0.3.0",
|
|
"sinon": "^1.15.4",
|
|
"supertest": "^1.0.1"
|
|
},
|
|
"license": "MIT"
|
|
}
|