forked from gregjacobs/Autolinker.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "autolinker",
"version": "0.15.2",
"description": "Utility to automatically link the URLs, email addresses, and Twitter handles in a given block of text/HTML",
"main": "dist/Autolinker.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/gregjacobs/Autolinker.js.git"
},
"keywords": [
"auto",
"link",
"autolink",
"url",
"urls",
"anchor"
],
"author": "Gregory Jacobs <greg@greg-jacobs.com>",
"license": "MIT Licensed. http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://github.com/gregjacobs/Autolinker.js/issues"
},
"homepage": "https://github.com/gregjacobs/Autolinker.js",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-jasmine": "^0.6.4",
"grunt-contrib-connect": "^0.7.1",
"requirejs": "^2.1.11",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jsduck": "^1.0.1",
"grunt-umd": "^2.0.1"
}
}