aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-06-29 23:23:51 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-06-29 23:23:51 +0200
commitef37b90619a746831c6ed405074bfa9910b244ba (patch)
tree8734f477bbf2a7ee2187eacc6ebfd3fd5262f278
parent124666fbac0762a8edaf4ed3880e897f84188583 (diff)
downloadexample-collection-json-db-ef37b90619a746831c6ed405074bfa9910b244ba.tar.gz
example-collection-json-db-ef37b90619a746831c6ed405074bfa9910b244ba.tar.bz2
example-collection-json-db-ef37b90619a746831c6ed405074bfa9910b244ba.tar.xz
example-collection-json-db-ef37b90619a746831c6ed405074bfa9910b244ba.zip
o Adding engines to package.json.
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9c9b6a1..690b47d 100644
--- a/package.json
+++ b/package.json
@@ -11,5 +11,9 @@
"jade": "~0.26.3",
"pg": "0.7.2",
"underscore": "~1.3.3"
+ },
+ "engines": {
+ "node": "0.6.x",
+ "npm": "1.1.x"
}
}