-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.11 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
45
{
"name": "textlint-plugin-jser-markdown",
"version": "1.0.2",
"description": "textlint plugin for jser.github.io",
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"directories": {
"test": "test"
},
"dependencies": {
"markdown-to-ast": "^4.0.0",
"traverse": "^0.6.6"
},
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-preset-es2015": "^6.1.18",
"espower-babel": "^4.0.0",
"mocha": "^2.3.4",
"power-assert": "^1.2.0",
"textlint-tester": "^2.2.4"
},
"scripts": {
"build": "babel src --out-dir lib --source-maps",
"watch": "babel src --out-dir lib --watch --source-maps",
"prepublish": "npm run --if-present build",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jser/textlint-plugin-jser-markdown.git"
},
"keywords": [
"jser"
],
"author": "azu",
"license": "MIT",
"bugs": {
"url": "https://github.com/jser/textlint-plugin-jser-markdown/issues"
},
"homepage": "https://github.com/jser/textlint-plugin-jser-markdown#readme"
}