Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
set the node engines prop
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Aug 10, 2013
1 parent c400a98 commit 6006f02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.1.3",
"description": "This is a simple example using nodejs to build a push notification server.",
"main": "server.js",
"engineStrict":true,
"engines":{
"node" : ">=0.6.27 <0.10.0"
},
"dependencies": {
"socket.io": "~0.9.16",
"xml2json": "~0.3.2"
Expand Down

0 comments on commit 6006f02

Please sign in to comment.