-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
48
49
50
{
"name": "spike-html-standards",
"description": "standard plugin pack for reshape",
"version": "0.3.7",
"author": "Jeff Escalante",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/static-dev/spike-html-standards/issues",
"dependencies": {
"markdown-it": "^8.0.0",
"reshape-beautify": "^0.1.2",
"reshape-content": "^0.2.0",
"reshape-expressions": "^0.1.0",
"reshape-include": "^0.2.0",
"reshape-layouts": "^0.2.1",
"reshape-minify": "^0.1.1",
"reshape-retext": "^0.3.0",
"retext-smartypants": "^2.0.0",
"sugarml": "^0.3.0"
},
"devDependencies": {
"ava": "^0.16.0",
"coveralls": "2.x",
"nyc": "^8.1.0",
"reshape": "^0.3.2",
"rewire": "^2.5.2",
"snazzy": "^5.0.0",
"standard": "^8.0.0"
},
"engines": {
"node": ">= 6.0.0"
},
"homepage": "https://github.com/static-dev/spike-html-standards",
"keywords": [
"html",
"reshape-plugin",
"spike",
"standards"
],
"license": "MIT",
"main": "lib",
"repository": "static-dev/spike-html-standards",
"scripts": {
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard | snazzy",
"test": "nyc ava"
}
}