|
|
@ -4,32 +4,34 @@ |
|
|
|
"version": "0.1.0", |
|
|
|
"version": "0.1.0", |
|
|
|
"private": true, |
|
|
|
"private": true, |
|
|
|
"engines": { |
|
|
|
"engines": { |
|
|
|
"node": "0.12.0", |
|
|
|
"node": "8.11.1", |
|
|
|
"npm": "2.5.1" |
|
|
|
"npm": "6.4.1" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
|
|
|
|
"dist": "grunt", |
|
|
|
"start": "node ./bin/www" |
|
|
|
"start": "node ./bin/www" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"body-parser": "1.13.3", |
|
|
|
"body-parser": "^1.18.3", |
|
|
|
"chalk": "1.1.1", |
|
|
|
"chalk": "^2.4.1", |
|
|
|
"d3": "3.5.6", |
|
|
|
"d3": "^5.7.0", |
|
|
|
"debug": "2.2.0", |
|
|
|
"debug": "^4.1.0", |
|
|
|
"express": "4.13.3", |
|
|
|
"express": "^4.16.4", |
|
|
|
"geoip-lite": "1.1.6", |
|
|
|
"geoip-lite": "^1.3.2", |
|
|
|
"grunt": "^0.4.5", |
|
|
|
"grunt": "^1.0.3", |
|
|
|
"grunt-contrib-clean": "^0.6.0", |
|
|
|
"grunt-cli": "^1.3.2", |
|
|
|
"grunt-contrib-concat": "^0.5.1", |
|
|
|
"grunt-contrib-clean": "^2.0.0", |
|
|
|
"grunt-contrib-copy": "^0.8.0", |
|
|
|
"grunt-contrib-concat": "^1.0.1", |
|
|
|
"grunt-contrib-cssmin": "^0.12.3", |
|
|
|
"grunt-contrib-copy": "^1.0.0", |
|
|
|
"grunt-contrib-jade": "^0.14.1", |
|
|
|
"grunt-contrib-cssmin": "^3.0.0", |
|
|
|
"grunt-contrib-uglify": "^0.9.1", |
|
|
|
"grunt-contrib-jade": "^1.0.0", |
|
|
|
"jade": "1.11.0", |
|
|
|
"grunt-contrib-uglify": "^4.0.0", |
|
|
|
"lodash": "3.10.1", |
|
|
|
"jade": "^1.11.0", |
|
|
|
"primus": "^6.0.5", |
|
|
|
"lodash": "^4.17.11", |
|
|
|
|
|
|
|
"primus": "^7.3.1", |
|
|
|
"primus-emit": "^1.0.0", |
|
|
|
"primus-emit": "^1.0.0", |
|
|
|
"primus-spark-latency": "^0.1.1", |
|
|
|
"primus-spark-latency": "^0.1.1", |
|
|
|
"ws": "^6.0.0" |
|
|
|
"ws": "^6.1.2" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|