We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6a088 commit 846a99aCopy full SHA for 846a99a
package.json
@@ -18,17 +18,17 @@
18
"license": "MIT",
19
"dependencies": {
20
"https-proxy-agent": "^2.2.1",
21
- "is-running": "^2.0.0",
22
- "sinon": "^1.17.6",
23
- "temp-fs": "^0.9.9"
+ "is-running": "^2.0.0"
24
},
25
"devDependencies": {
26
"eslint": "1.10.3",
27
"expect.js": "0.3.1",
28
"mocha": "2.4.5",
29
"mocks": "0.0.15",
30
"proxy": "^0.2.4",
31
- "rimraf": "^2.5.4"
+ "rimraf": "^2.5.4",
+ "sinon": "^1.17.6",
+ "temp-fs": "^0.9.9"
32
33
"bugs": "https://github.com/browserstack/browserstack-local-nodejs/issues",
34
"homepage": "https://github.com/browserstack/browserstack-local-nodejs",
0 commit comments