We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ae30c commit a970e7dCopy full SHA for a970e7d
1 file changed
package.json
@@ -18,23 +18,22 @@
18
"license": "MIT",
19
"dependencies": {
20
"https-proxy-agent": "^1.0.0",
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",
35
- "repository": {
36
- "type" : "git",
+ "repository": {
+ "type" : "git",
37
"url" : "https://github.com/browserstack/browserstack-local-nodejs.git"
38
}
39
40
-
0 commit comments