forked from gregjacobs/Autolinker.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.49 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
{
"name": "autolinker",
"version": "0.27.0",
"description": "Utility to automatically link the URLs, email addresses, and Twitter handles in a given block of text/HTML",
"main": "dist/Autolinker.js",
"files": [
"dist"
],
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/gregjacobs/Autolinker.js.git"
},
"keywords": [
"auto",
"link",
"autolink",
"url",
"urls",
"anchor"
],
"author": "Gregory Jacobs <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gregjacobs/Autolinker.js/issues"
},
"homepage": "https://github.com/gregjacobs/Autolinker.js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.0.0",
"gulp-jasmine": "^2.3.0",
"gulp-jsduck": "^0.3.0",
"gulp-jshint": "^2.0.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^2.13.0",
"gulp-uglify": "^1.5.3",
"gulp-umd": "^0.2.0",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.21",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.24",
"lodash": "^4.3.0",
"merge-stream": "^1.0.0",
"phantomjs-prebuilt": "^2.1.4",
"requirejs": "^2.1.11",
"through2": "^2.0.1"
},
"dependencies": {
"gulp-header": "^1.7.1"
}
}