-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
36 lines (36 loc) · 877 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
{
"name": "markdown-it-smartarrows",
"version": "1.0.1",
"description": "markdown-it plugin that adds \"smart arrows\" to markdown-it's typographic enhancements",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"typography",
"arrows"
],
"homepage": "https://github.com/adam-p/markdown-it-smartarrows",
"repository": {
"type": "git",
"url": "git://github.com/adam-p/markdown-it-smartarrows.git"
},
"bugs": {
"url": "https://github.com/adam-p/markdown-it-smartarrows/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"browserify": "*",
"chai": "*",
"coveralls": "^2.11.2",
"eslint": "0.10.2",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*",
"markdown-it": "^4.0.0",
"mocha": "*",
"uglify-js": "*"
}
}