|
19 | 19 | "input",
|
20 | 20 | "ui"
|
21 | 21 | ],
|
22 |
| - "docs": "http://lcdsantos.github.io/jQuery-Selectric/", |
23 |
| - "demo": "http://lcdsantos.github.io/jQuery-Selectric/demo", |
| 22 | + "docs": "http://selectric.js.org/", |
| 23 | + "demo": "http://selectric.js.org/demo", |
24 | 24 | "bugs": "https://github.com/lcdsantos/jQuery-Selectric/issues",
|
25 |
| - "homepage": "http://lcdsantos.github.io/jQuery-Selectric/", |
| 25 | + "homepage": "http://selectric.js.org/", |
26 | 26 | "repository": {
|
27 | 27 | "type": "git",
|
28 | 28 | "url": "https://github.com/lcdsantos/jQuery-Selectric.git"
|
29 | 29 | },
|
30 | 30 | "dependencies": {
|
31 |
| - "jquery": "^3.0.0" |
| 31 | + "jquery": "^3.1.1" |
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 | 34 | "codecov": "^1.0.1",
|
35 |
| - "eslint": "^3.5.0", |
| 35 | + "eslint": "^3.13.1", |
36 | 36 | "gulp": "^3.9.1",
|
37 |
| - "gulp-autoprefixer": "^3.1.0", |
38 |
| - "gulp-bump": "^2.2.0", |
| 37 | + "gulp-autoprefixer": "^3.1.1", |
| 38 | + "gulp-bump": "^2.5.1", |
39 | 39 | "gulp-connect": "^5.0.0",
|
40 | 40 | "gulp-eslint": "^3.0.1",
|
41 | 41 | "gulp-gh-pages": "^0.5.4",
|
42 |
| - "gulp-header": "^1.8.7", |
43 |
| - "gulp-load-plugins": "^1.2.4", |
| 42 | + "gulp-header": "^1.8.8", |
| 43 | + "gulp-load-plugins": "^1.4.0", |
44 | 44 | "gulp-rename": "^1.2.2",
|
45 |
| - "gulp-sass": "^2.3.2", |
| 45 | + "gulp-sass": "^3.1.0", |
46 | 46 | "gulp-template": "^4.0.0",
|
47 | 47 | "gulp-uglify": "^2.0.0",
|
48 |
| - "gulp-util": "^3.0.7", |
| 48 | + "gulp-util": "^3.0.8", |
49 | 49 | "gulp-zip": "^3.2.0",
|
50 |
| - "istanbul": "^0.4.4", |
51 |
| - "jasmine-core": "^2.4.1", |
52 |
| - "karma": "^1.1.0", |
| 50 | + "istanbul": "^0.4.5", |
| 51 | + "jasmine-core": "^2.5.2", |
| 52 | + "karma": "^1.3.0", |
53 | 53 | "karma-chrome-launcher": "^2.0.0",
|
54 |
| - "karma-coverage": "^1.0.0", |
55 |
| - "karma-jasmine": "^1.0.2", |
56 |
| - "karma-mocha-reporter": "^2.0.4", |
57 |
| - "karma-phantomjs-launcher": "^1.0.1", |
58 |
| - "phantomjs-prebuilt": "^2.1.7" |
| 54 | + "karma-coverage": "^1.1.1", |
| 55 | + "karma-jasmine": "^1.1.0", |
| 56 | + "karma-mocha-reporter": "^2.2.1", |
| 57 | + "karma-phantomjs-launcher": "^1.0.2", |
| 58 | + "phantomjs-prebuilt": "^2.1.14" |
59 | 59 | },
|
60 | 60 | "scripts": {
|
61 | 61 | "test": "npm run lint && npm run test:single",
|
|
0 commit comments