-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 999 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
38
39
40
41
{
"name": "reshape-retext",
"description": "transform all text contents with retext",
"version": "1.0.1",
"author": "Jeff Escalante",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/reshape/retext/issues",
"dependencies": {
"reshape-plugin-util": "^0.2.0",
"retext": "^5.0.0",
"when": "^3.7.8"
},
"devDependencies": {
"ava": "^0.21.0",
"reshape": "^0.5.0",
"retext-emoji": "^3.0.0",
"retext-smartypants": "^3.0.0",
"snazzy": "^7.0.0",
"standard": "^10.0.2"
},
"homepage": "https://github.com/reshape/retext",
"keywords": [
"html",
"language",
"natural",
"reshape-plugin",
"retext",
"typography"
],
"license": "MIT",
"main": "lib",
"repository": "https://github.com/reshape/retext",
"scripts": {
"lint": "standard | snazzy",
"test": "npm run lint && ava",
"coverage": "nyc ava && nyc report --reporter=html",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
}
}