We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d8ee7 commit 85df744Copy full SHA for 85df744
package.json
@@ -25,20 +25,20 @@
25
"node": ">= 0.6.0"
26
},
27
"dependencies": {
28
- "cookie": "^0.1.0",
29
- "lsmod": "0.0.3",
30
- "node-uuid": "^1.4.3",
+ "cookie": "0.1.0",
+ "lsmod": "~0.0.3",
+ "node-uuid": "~1.4.1",
31
"stack-trace": "0.0.7"
32
33
"devDependencies": {
34
- "coffee-script": "^1.9.2",
+ "coffee-script": "~1.7.1",
35
+ "glob": "~3.1.13",
36
+ "mocha": "*",
37
+ "mock-udp": "*",
38
+ "nock": "~0.28.2",
39
+ "should": "~3.3.1",
40
"connect": "*",
41
"express": "*",
- "glob": "~3.1.13",
- "koa": "^0.19.1",
- "mocha": "^2.2.4",
- "mock-udp": "^0.1.1",
- "nock": "^1.6.0",
42
- "should": "~3.3.1"
+ "koa": "*"
43
}
44
0 commit comments