|
11 | 11 | "author": "Nicholas McCready", |
12 | 12 | "license": "MIT", |
13 | 13 | "dependencies": { |
14 | | - "angular": "1.x", |
15 | | - "leaflet": "0.7.x", |
| 14 | + "angular": "1.X", |
| 15 | + "leaflet": "0.7.X", |
16 | 16 | "leaflet-draw": "git://github.com/michaelguild13/Leaflet.draw.git#master", |
17 | | - "open": "0.0.5", |
18 | | - "ui-leaflet": "1.x" |
| 17 | + "ui-leaflet": "1.X" |
19 | 18 | }, |
20 | 19 | "devDependencies": { |
21 | | - "angular-mocks": "^1.2", |
22 | | - "chai": "^3.2.0", |
23 | | - "coffee-script": "^1.9.3", |
24 | | - "del": "^2.0.0", |
25 | | - "globby": "^3.0.1", |
26 | | - "gulp": "git://github.com/gulpjs/gulp.git#bbe3c56138a9ede627879d7e47daffd0a6d9b6db", |
27 | | - "gulp-bump": "^1.0.0", |
28 | | - "gulp-coffee": "^2.3.1", |
29 | | - "gulp-coffeelint": "^0.5.0", |
30 | | - "gulp-concat": "^2.6.0", |
31 | | - "gulp-debug": "^2.1.0", |
32 | | - "gulp-git": "^1.4.0", |
33 | | - "gulp-if": "2.x", |
34 | | - "gulp-insert": "^0.5.0", |
35 | | - "gulp-replace": "^0.5.4", |
36 | | - "gulp-tag-version": "^1.3.0", |
37 | | - "gulp-task-listing": "^1.0.1", |
38 | | - "gulp-uglify": "^1.4.1", |
39 | | - "gulp-util": "^3.0.6", |
40 | | - "gulp-wrap": "^0.11.0", |
| 20 | + "angular-mocks": "1.X", |
| 21 | + "chai": "3.X", |
| 22 | + "coffee-script": "1.9.X", |
| 23 | + "del": "2.X", |
| 24 | + "globby": "3.X", |
| 25 | + "gulp": "3.X", |
| 26 | + "gulp-bump": "1.X", |
| 27 | + "gulp-coffee": "2.X", |
| 28 | + "gulp-coffeelint": "0.5.X", |
| 29 | + "gulp-concat": "2.X", |
| 30 | + "gulp-debug": "2.X", |
| 31 | + "gulp-git": "1.X", |
| 32 | + "gulp-if": "2.X", |
| 33 | + "gulp-insert": "0.5.X", |
| 34 | + "gulp-ng-annotate": "2.X", |
| 35 | + "gulp-replace": "0.5.X", |
| 36 | + "gulp-sequence2": "0.1.6", |
| 37 | + "gulp-tag-version": "1.X", |
| 38 | + "gulp-task-listing": "1.X", |
| 39 | + "gulp-uglify": "1.X", |
| 40 | + "gulp-util": "3.0.X", |
| 41 | + "gulp-wrap": "0.11.X", |
41 | 42 | "http-server": "^0.8.5", |
42 | 43 | "jsonfile": "^2.2.2", |
43 | | - "karma": "0.13.x", |
44 | | - "karma-chai": "0.x.0", |
45 | | - "karma-chrome-launcher": "0.x", |
46 | | - "karma-coffee-preprocessor": "0.x", |
47 | | - "karma-coverage": "0.x", |
48 | | - "karma-jasmine": "0.x", |
| 44 | + "karma": "0.13.X", |
| 45 | + "karma-chai": "0.X.0", |
| 46 | + "karma-chrome-launcher": "0.X", |
| 47 | + "karma-coffee-preprocessor": "0.X", |
| 48 | + "karma-coverage": "0.X", |
49 | 49 | "karma-mocha": "^0.2.0", |
50 | | - "karma-mocha-reporter": "1.x", |
51 | | - "karma-phantomjs-launcher": "0.x", |
52 | | - "mocha": "2.x", |
53 | | - "phantomjs-prebuilt": "2.x", |
54 | | - "pretty-hrtime": "1.x", |
55 | | - "require-directory": "2.x" |
| 50 | + "karma-mocha-reporter": "1.X", |
| 51 | + "karma-phantomjs-launcher": "0.2.3", |
| 52 | + "mocha": "2.X", |
| 53 | + "open": "0.0.X", |
| 54 | + "phantomjs-polyfill": "0.0.2", |
| 55 | + "phantomjs-prebuilt": "2.X", |
| 56 | + "pretty-hrtime": "1.X", |
| 57 | + "require-directory": "2.X" |
56 | 58 | }, |
57 | 59 | "scripts": { |
58 | 60 | "start": "gulp", |
|
0 commit comments