|
44 | 44 | "karma-html2js-preprocessor": "~0.1.0",
|
45 | 45 | "karma-jasmine": "~0.1.5",
|
46 | 46 | "karma-requirejs": "~0.1.0",
|
47 |
| - "should": "~2.1.1", |
| 47 | + "should": "2.1.1", |
48 | 48 | "grunt-concurrent": "~0.4.2",
|
49 | 49 | "grunt-karma": "~0.6.2",
|
50 | 50 | "karma-coffee-preprocessor": "~0.1.2",
|
51 |
| - "supertest": "~0.8.2", |
| 51 | + "supertest": "0.8.2", |
52 | 52 | "karma-phantomjs-launcher": "~0.1.1",
|
53 | 53 | "grunt-mocha-test": "~0.8.1",
|
54 | 54 | "grunt-contrib-jshint": "~0.8.0",
|
55 |
| - "grunt-nodemon": "~0.1.2", |
| 55 | + "grunt-nodemon": "0.1.2", |
56 | 56 | "grunt-contrib-watch": "~0.5.3",
|
57 | 57 | "karma-coverage": "~0.1.4",
|
58 | 58 | "karma": "~0.10.9"
|
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 |
| - "supertest": "latest", |
62 |
| - "should": "latest", |
| 61 | + "supertest": "0.8.2", |
| 62 | + "should": "2.1.1", |
63 | 63 | "grunt-contrib-watch": "latest",
|
64 | 64 | "grunt-contrib-jshint": "latest",
|
65 |
| - "grunt-nodemon": "latest", |
| 65 | + "grunt-nodemon": "0.1.2", |
66 | 66 | "grunt-concurrent": "latest",
|
67 | 67 | "grunt-mocha-test": "latest",
|
68 | 68 | "karma-script-launcher": "~0.1.0",
|
|
0 commit comments