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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintuxicated <hidensoft@gmail.com>2014-08-28 13:05:16 +0400
committerintuxicated <hidensoft@gmail.com>2014-08-28 13:13:43 +0400
commit5e6eeb06770756a21656416be6600be8473cad15 (patch)
tree5c73c3cf92a11e7fb20b5ef038ace94d2534f153
parent54317e5c02a4915e7a5def3a3e94cc2738a51ed3 (diff)
add nodejs dependencies to package.json
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index 10229fb4..6085dd97 100644
--- a/package.json
+++ b/package.json
@@ -21,5 +21,10 @@
"license": "MIT",
"bugs": {
"url": "https://github.com/twbs/bootstrap-sass/issues"
+ },
+ "devDependencies": {
+ "node-sass": "*",
+ "mincer": "*",
+ "ejs": "*"
}
}