-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 974 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-flowdock",
"version": "0.3.8",
"description": "Flowdock hashtag and mention parser for markdown-it",
"author": "Ville Lautanala <[email protected]>",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"flowdock"
],
"homepage": "https://github.com/flowdock/markdown-it-flowdock",
"repository": {
"type": "git",
"url": "git://github.com/flowdock/markdown-it-flowdock.git"
},
"bugs": {
"url": "https://github.com/flowdock/markdown-it-flowdock/issues"
},
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"prepublish": "babel --modules common src --out-dir dist && babel-node support/unicode.js",
"test": "mocha --compilers js:babel/register"
},
"devDependencies": {
"babel": "^5.5.8",
"markdown-it": "^4.3.0",
"markdown-it-testgen": "^0.1.4",
"mocha": "^2.2.5",
"regenerate": "^1.2.1",
"unicode-7.0.0": "^0.1.5"
},
"directories": {
"test": "test"
}
}