Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <jacobthornton@gmail.com>2013-07-27 11:59:23 +0400
committerfat <jacobthornton@gmail.com>2013-07-27 11:59:23 +0400
commit26caacd546d4984e59aa3cd36aca1e9c93a63909 (patch)
treefadea6ecc272b206051f0b86c44141893d0c3166
parenta940c96fb3de0bb9b98d6af8b1b2f16c9fa8fd93 (diff)
more agressive node version?
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 801fa3c..6edb44f 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,10 @@
"name": "bootstrap-server"
, "description": "a build tool for bootstrap"
, "version": "1.0.0"
- , "engines": { "node": "0.6.20" }
+ , "engines": {
+ "node": "0.10.x",
+ "npm": "1.3.x"
+ }
, "main": "web.js"
, "dependencies": {
"express": "2.5.5"