commit
4dbf27445b
@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
- "8"
|
||||
env:
|
||||
global:
|
||||
secure: Qdkmi13nqcXskABBhbuGZmRakh4orOW1dalkSCyUbzGuYf0OdYF8ttNVuJa0WSWI4KhNXhtz2p3I8dM95wL++LCVqXFmIvZtX8Nca36KlNxIPNXPjn0odayh+c4pgrhrbz8TDmDXl9IPuZmNz8HHtN7xmIn6YDcm13wA3gTmfwo=
|
||||
|
40
package.json
40
package.json
@ -4,32 +4,34 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "0.12.0",
|
||||
"npm": "2.5.1"
|
||||
"node": "8.11.1",
|
||||
"npm": "6.4.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dist": "grunt",
|
||||
"start": "node ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "1.13.3",
|
||||
"chalk": "1.1.1",
|
||||
"d3": "3.5.6",
|
||||
"debug": "2.2.0",
|
||||
"express": "4.13.3",
|
||||
"geoip-lite": "1.1.6",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-concat": "^0.5.1",
|
||||
"grunt-contrib-copy": "^0.8.0",
|
||||
"grunt-contrib-cssmin": "^0.12.3",
|
||||
"grunt-contrib-jade": "^0.14.1",
|
||||
"grunt-contrib-uglify": "^0.9.1",
|
||||
"jade": "1.11.0",
|
||||
"lodash": "3.10.1",
|
||||
"primus": "^6.0.5",
|
||||
"body-parser": "^1.18.3",
|
||||
"chalk": "^2.4.1",
|
||||
"d3": "^5.7.0",
|
||||
"debug": "^4.1.0",
|
||||
"express": "^4.16.4",
|
||||
"geoip-lite": "^1.3.2",
|
||||
"grunt": "^1.0.3",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-contrib-clean": "^2.0.0",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-cssmin": "^3.0.0",
|
||||
"grunt-contrib-jade": "^1.0.0",
|
||||
"grunt-contrib-uglify": "^4.0.0",
|
||||
"jade": "^1.11.0",
|
||||
"lodash": "^4.17.11",
|
||||
"primus": "^7.3.1",
|
||||
"primus-emit": "^1.0.0",
|
||||
"primus-spark-latency": "^0.1.1",
|
||||
"ws": "^6.0.0"
|
||||
"ws": "^6.1.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user