-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
46
47
{
"name": "textlint-rule-report-node-types",
"repository": {
"type": "git",
"url": "git+https://github.com/textlint/textlint-rule-report-node-types.git"
},
"author": "azu",
"email": "azuciao@gmail.com",
"homepage": "https://github.com/textlint/textlint-rule-report-node-types",
"license": "MIT",
"files": [
"src/",
"lib/"
],
"bugs": {
"url": "https://github.com/textlint/textlint-rule-report-node-types/issues"
},
"version": "1.1.0",
"description": "textlint rule that report error by node's type for debugging.",
"main": "lib/textlint-rule-report-node-types.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
"watch": "babel src --out-dir lib --watch --source-maps",
"prepublish": "npm run --if-present build",
"test": "mocha"
},
"keywords": [
"textlint",
"rule",
"debug",
"test",
"testing"
],
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"babel-preset-jsdoc-to-assert": "^1.0.1",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.7.2",
"mocha": "^2.4.5",
"power-assert": "^1.3.1",
"textlint": "^6.5.0"
}
}