Skip to content

Commit b2b6d90

Browse files
committed
minor
1 parent c10311d commit b2b6d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
, "version": "4.0.0"
55
, "main" : "index.js"
66
, "homepage": "http://nodegame.org"
7-
, "keywords": ["game", "multiplayers", "experiments", "socket.io", "node", "websockets"]
7+
, "keywords": [ "game", "multiplayer", "experiment", "behavioral", "socket.io", "websockets"]
88
, "author": "Stefano Balietti <futur.dorko@gmail.com>"
99
, "contributors": [
1010
{ "name": "Stefano Balietti", "email": "futur.dorko@gmail.com" }
@@ -38,7 +38,7 @@
3838
"mocha": ">=4.0.1",
3939
"should": ">=13.1.3"
4040
}
41-
, "engines": { "node": ">= 0.10.0" }
41+
, "engines": { "node": ">= 6.0" }
4242
, "license": "MIT"
4343
, "scripts": {
4444
"test": "make test"

0 commit comments

Comments
 (0)