зеркало из
1
0
Форкнуть 0
This commit is contained in:
fat 2013-07-27 00:59:23 -07:00
Родитель a940c96fb3
Коммит 26caacd546
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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"