forked from tatsy/markdown-it-responsive
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 883 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-responsive",
"version": "0.1.0",
"description": "markdown-it plugin for responsive images",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/tatsy/markdown-it-responsive.git"
},
"keywords": [
"markdown-it",
"markdown-it-plugin"
],
"author": "tatsy",
"license": "MIT",
"bugs": {
"url": "https://github.com/tatsy/markdown-it-responsive/issues"
},
"homepage": "https://github.com/tatsy/markdown-it-responsive",
"dependencies": {},
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^0.13.0",
"eslint-plugin-nodeca": "^1.0.3",
"istanbul": "^0.3.5",
"markdown-it": "^3.0.4",
"markdown-it-testgen": "^0.1.4",
"mocha": "^2.2.1",
"should": "^5.0.0",
"uglify-js": "^2.4.16",
"webpack": "^1.5.3"
}
}