forked from nfrasser/linkifyjs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 1.96 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "linkifyjs",
"version": "2.1.8",
"description": "Intelligent link recognition, made easy",
"repository": {
"type": "git",
"url": "https://github.com/SoapBox/linkifyjs.git"
},
"main": "index.js",
"scripts": {
"test": "nyc --reporter=html --reporter=text gulp test",
"test:ci": "gulp test-ci",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"author": "SoapBox Innovations (@SoapBoxHQ)",
"license": "MIT",
"keywords": [
"jquery",
"link",
"autolink",
"text",
"url",
"email",
"hashtag",
"hashtags",
"mention",
"mentions"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"glob": "^7.1.3",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean": "^0.3.2",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^4.0.2",
"gulp-mocha": "^5.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-wrap": "^0.13.0",
"jsdom": "^11.12.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-qunit": "^1.0.0",
"karma-sauce-launcher": "^2.0.2",
"lazypipe": "^1.0.2",
"lodash": "^4.17.11",
"merge-stream": "^1.0.0",
"mocha": "^5.2.0",
"nyc": "^13.3.0",
"phantomjs-prebuilt": "^2.1.15",
"qunitjs": "^1.14.0",
"requirejs": "^2.3.6",
"rollup": "~0.40.0",
"simple-html-tokenizer": "git+https://github.com/nfrasser/simple-html-tokenizer.git#04799f4638ec5ed903a4e5aa6e832269fa59be6b",
"through2": "^2.0.5"
},
"optionalDependencies": {
"jquery": "^3.3.1",
"react": "^16.4.2",
"react-dom": "^16.4.2"
}
}