-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 775 Bytes
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
{
"name": "showdown-icon",
"version": "2.0.0",
"description": "Showdown icon extension, Glyphicon and FontAwesome support in markdown",
"main": "showdown-icon.js",
"scripts": {
"test": "tape test | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbtek/showdown-icon.git"
},
"keywords": [
"showdown",
"icon",
"markdown",
"font-awesome",
"glyphicon"
],
"author": "İsmail Demirbilek <ce.demirbilek@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dbtek/showdown-icon/issues"
},
"homepage": "https://github.com/dbtek/showdown-icon#readme",
"dependencies": {
"showdown": "^1.7.3"
},
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
}
}