-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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": "reshape-content",
"description": "flexible content transform for reshape",
"version": "0.3.0",
"author": "Jeff Escalante",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/reshape/content/issues",
"dependencies": {
"reshape-parser": "^0.2.1",
"reshape-plugin-util": "^0.2.1",
"when": "^3.7.8"
},
"devDependencies": {
"ava": "^0.24.0",
"babel-preset-env": "^1.6.1",
"coveralls": "^3.0.0",
"markdown-it": "^8.4.0",
"nyc": "^11.4.1",
"postcss": "^6.0.16",
"postcss-nested": "^3.0.0",
"reshape": "^0.5.0",
"snazzy": "^7.0.0",
"standard": "^10.0.3",
"sugarml": "^0.7.0"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/reshape/content",
"keywords": [
"content",
"html",
"reshape",
"reshape-plugin"
],
"license": "MIT",
"main": "lib",
"repository": "reshape/content",
"scripts": {
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard | snazzy",
"test": "nyc ava"
}
}