set exact deps versions

This commit is contained in:
oleg 2016-01-08 00:18:41 +03:00
parent 1dedb8c071
commit 425879d9ef

View File

@ -47,42 +47,42 @@
},
"homepage": "https://github.com/node-ci/nci",
"dependencies": {
"ansi_up": "^1.3.0",
"bootstrap": "^3.3.6",
"browserify": "^12.0.1",
"ansi_up": "1.3.0",
"bootstrap": "3.3.6",
"browserify": "12.0.1",
"chokidar": "1.0.3",
"colors": "1.1.2",
"cron": "1.0.9",
"data.io": "0.3.0",
"font-awesome": "^4.5.0",
"history": "^1.13.1",
"moment": "^2.10.6",
"font-awesome": "4.5.0",
"history": "1.13.1",
"moment": "2.10.6",
"nlevel": "1.0.3",
"node-static": "0.7.6",
"react-dom": "^0.14.3",
"react-jade": "^2.5.0",
"react-router": "^0.13.5",
"reflux": "^0.3.0",
"react-dom": "0.14.3",
"react-jade": "2.5.0",
"react-router": "0.13.5",
"reflux": "0.3.0",
"socket.io": "1.3.5",
"socket.io-client": "^1.3.7",
"socket.io-client": "1.3.7",
"through": "2.3.6",
"twostep": "0.4.1",
"underscore": "1.8.3"
},
"devDependencies": {
"chokidar-cli": "^1.2.0",
"chokidar-cli": "1.2.0",
"expect.js": "0.3.1",
"jade": "1.11.0",
"jshint": "^2.9.1-rc1",
"jshint": "2.9.1-rc1",
"less": "2.5.3",
"memdown": "1.1.0",
"mocha": "1.18.2",
"nci-yaml-reader": "0.1.0",
"nodemon": "1.3.7",
"nrun": "0.1.4",
"parallelshell": "^2.0.0",
"parallelshell": "2.0.0",
"sinon": "1.14.1",
"uglifyjs": "^2.4.10",
"watchify": "^3.6.1"
"uglifyjs": "2.4.10",
"watchify": "3.6.1"
}
}