1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

add nodejs dependencies to package.json

This commit is contained in:
intuxicated 2014-08-28 13:35:16 +04:30
parent 54317e5c02
commit 5e6eeb0677

View file

@ -21,5 +21,10 @@
"license": "MIT",
"bugs": {
"url": "https://github.com/twbs/bootstrap-sass/issues"
},
"devDependencies": {
"node-sass": "*",
"mincer": "*",
"ejs": "*"
}
}