|
3 | 3 | "version": "2.0.0-alpha.4", |
4 | 4 | "description": "Intelligent URL recognition, made easy", |
5 | 5 | "repository": { |
6 | | - "type" : "git", |
7 | | - "url" : "https://github.com/SoapBox/jQuery-linkify.git" |
| 6 | + "type": "git", |
| 7 | + "url": "https://github.com/SoapBox/jQuery-linkify.git" |
8 | 8 | }, |
9 | 9 | "main": "index.js", |
10 | 10 | "scripts": { |
11 | 11 | "prepublish": "rm -rf lib/* && node_modules/.bin/gulp build", |
12 | 12 | "test": "node_modules/.bin/gulp coverage", |
| 13 | + "test-ci": "node_modules/.bin/gulp test-ci", |
13 | 14 | "coverage": "./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info" |
14 | 15 | }, |
15 | 16 | "author": "SoapBox Innovations (@SoapBoxHQ)", |
|
28 | 29 | "gulp-concat": "^2.5.2", |
29 | 30 | "gulp-istanbul": "^0.6.0", |
30 | 31 | "gulp-jshint": "^1.9.2", |
31 | | - "gulp-mocha": "^2.0.0", |
| 32 | + "gulp-mocha": "^2.1.0", |
32 | 33 | "gulp-rename": "^1.2.0", |
33 | 34 | "gulp-replace": "^0.5.3", |
34 | 35 | "gulp-uglify": "^1.1.0", |
|
38 | 39 | "karma": "^0.12.32", |
39 | 40 | "karma-browserify": "^4.0.0", |
40 | 41 | "karma-chrome-launcher": "^0.1.7", |
| 42 | + "karma-firefox-launcher": "^0.1.6", |
41 | 43 | "karma-mocha": "^0.1.10", |
42 | 44 | "karma-phantomjs-launcher": "^0.1.4", |
43 | 45 | "karma-sauce-launcher": "^0.2.10", |
44 | | - "lodash": "^3.5.0", |
| 46 | + "lodash": "^3.9.3", |
45 | 47 | "merge-stream": "^0.1.7", |
46 | 48 | "mocha": "^2.2.1" |
47 | 49 | }, |
|
0 commit comments