-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathpackage.json
37 lines (37 loc) · 891 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-it-imsize",
"version": "2.0.1",
"description": "Markdown-it plugin to specify image size",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/tatsy/markdown-it-imsize"
},
"author": "tatsy",
"license": "MIT",
"bugs": {
"url": "https://github.com/tatsy/markdown-it-imsize/issues"
},
"homepage": "https://github.com/tatsy/markdown-it-imsize",
"keywords": [
"markdown-it",
"markdown-it-plugin"
],
"dependencies": {},
"devDependencies": {
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"eslint": "^0.24.0",
"eslint-plugin-nodeca": "^1.0.3",
"istanbul": "^0.3.17",
"markdown-it": "^4.3.0",
"markdown-it-testgen": "^0.1.4",
"mocha": "^2.2.5",
"should": "^7.0.1",
"uglify-js": "^2.4.23",
"webpack": "^1.10.1"
}
}