-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 830 Bytes
/
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
{
"name": "markdown-link",
"description": "Micro util for generating a single markdown link.",
"version": "0.1.0",
"homepage": "https://github.com/jonschlinkert/markdown-link",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/markdown-link.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/markdown-link/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/markdown-link/blob/master/LICENSE"
},
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": []
}