-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "markdown-it-diaspora-mention",
"description": "diaspora* mentions for markdown-it markdown parser.",
"version": "1.2.0",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"diaspora",
"mention"
],
"homepage": "https://github.com/diaspora/markdown-it-diaspora-mention",
"repository": {
"type": "git",
"url": "git://github.com/diaspora/markdown-it-diaspora-mention.git"
},
"bugs": {
"url": "https://github.com/diaspora/markdown-it-diaspora-mention/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"coveralls": "^2.11.16",
"eslint": "^3.5.0",
"istanbul": "*",
"markdown-it": "~8.2.2",
"markdown-it-testgen": "~0.1.4",
"mocha": "^3.2.0",
"uglify-js": "^2.7.5"
},
"dependencies": {
"core-js": "^2.4.1"
},
"directories": {
"test": "test"
}
}